From 3d2f9cded9aa0213e614b5fc8b1ac506e800bf4f Mon Sep 17 00:00:00 2001 From: Havrileck Alexandre Date: Wed, 19 Feb 2020 14:15:20 +0100 Subject: [PATCH] Add s3-proxy project (#2963) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c1677ae..cb5d1054 100644 --- a/README.md +++ b/README.md @@ -2207,6 +2207,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Pewpew](https://github.com/bengadbois/pewpew) - Flexible HTTP command line stress tester. * [Pomerium](https://github.com/pomerium/pomerium) - Pomerium is an identity-aware access proxy. * [Rodent](https://github.com/alouche/rodent) - Rodent helps you manage Go versions, projects and track dependencies. +* [s3-proxy](https://github.com/oxyno-zeta/s3-proxy) - S3 Proxy with GET, PUT and DELETE methods and authentication (OpenID Connect and Basic Auth). * [s3gof3r](https://github.com/rlmcpherson/s3gof3r) - Small utility/library optimized for high speed transfer of large objects into and out of Amazon S3. * [Scaleway-cli](https://github.com/scaleway/scaleway-cli) - Manage BareMetal Servers from Command Line (as easily as with Docker). * [script](https://github.com/bitfield/script) - Making it easy to write shell-like scripts in Go for DevOps and system administration tasks.