Skip to content

Commit

Permalink
improve permission / resource explanation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrapson committed Feb 21, 2017
1 parent 6c1488e commit 3aa144a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3aa144a

Please sign in to comment.