From a261be477c4d7ec2db4bebaa16b9ebf6ba64f6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C4=B0brahim=20G=C3=BCng=C3=B6r?= Date: Wed, 15 Apr 2020 22:49:35 +0300 Subject: [PATCH] Add s5cmd - Blazing fast S3 and local filesystem execution tool (#3039) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0f190d0..3bc2acb5 100644 --- a/README.md +++ b/README.md @@ -2258,6 +2258,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. +* [s5cmd](https://github.com/peak/s5cmd) - Blazing fast S3 and local filesystem execution tool. * [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. * [sg](https://github.com/ChristopherRabotin/sg) - Benchmarks a set of HTTP endpoints (like ab), with possibility to use the response code and data between each call for specific server stress based on its previous response.