diff --git a/README.md b/README.md index 8229300e..2574013e 100644 --- a/README.md +++ b/README.md @@ -136,18 +136,24 @@ a new version of that file. ### Non-versioned Buckets +The bucket itself (e.g. `"arn:aws:s3:::your-bucket"`): +* `s3:ListBucket` + +The objects in the bucket (e.g. `"arn:aws:s3:::your-bucket/*"`): * `s3:PutObject` * `s3:PutObjectAcl` * `s3:GetObject` -* `s3:ListBucket` ### Versioned Buckets Everything above and... +The bucket itself (e.g. `"arn:aws:s3:::your-bucket"`): +* `s3:ListBucketVersions` * `s3:GetBucketVersioning` + +The objects in the bucket (e.g. `"arn:aws:s3:::your-bucket/*"`): * `s3:GetObjectVersion` -* `s3:ListBucketVersions` * `s3:PutObjectVersionAcl` ## Developing on this resource