From aac85334fdfc22262ec7abbf1c9e876cec175979 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 6 Dec 2015 13:40:48 -0800 Subject: [PATCH] Add s3cmd support status Fixes #987 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 05c6d0bb2..b6555559e 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,13 @@ Listening on http://172.30.2.17:9000 Please follow the documentation here - [Using aws-sdk-go with Minio server](./AWS-SDK-GO.md) +#### How to use s3cmd with Minio? +
+Even with Signature version '4' enabled, 's3cmd' falls back to Signature version '2' for listing your buckets. Since minio server is only Signature version '4' listing your buckets with Signature version '2' fails. We have no immediate plans on supporting Signature version '2'. Please follow https://github.com/minio/minio/issues/987 to know more on this issue. +
+ +`s3cmd` is currently not supported. + ## Contribute to Minio Project Please follow Minio [Contributor's Guide](./CONTRIBUTING.md)