Add s3-proxy project (#2963)

This commit is contained in:
Havrileck Alexandre 2020-02-19 14:15:20 +01:00 committed by GitHub
parent ffaffe1c9d
commit 3d2f9cded9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. * [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. * [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. * [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. * [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). * [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. * [script](https://github.com/bitfield/script) - Making it easy to write shell-like scripts in Go for DevOps and system administration tasks.