Browse code

Document --configure [s3://bucket-name]

Michal Ludvig authored on 2011/10/12 18:21:10
Showing 1 changed files
... ...
@@ -8,6 +8,13 @@ s3cmd 1.1.0   -   ???
8 8
   is no longer on by default.
9 9
 * Support for environment variables as config values. For instance
10 10
   in ~/.s3cmd put "access_key=$S3_ACCESS_KEY". Contributed by Ori Bar.
11
+* Support for --configure checking access to a specific bucket instead
12
+  of listing all buckets.
13
+  Listing buckets requires the S3 ListAllMyBuckets permission which
14
+  is typically not available to delegated IAM accounts. With this change,
15
+  s3cmd --configure accepts an (optional) bucket uri as a parameter
16
+  and if it's provided, the access check will just verify access to this
17
+  bucket individually. Contributed by Mike Repass.
11 18
 
12 19
 s3cmd 1.0.0   -   2011-01-18
13 20
 ===========