Skip to content

Commit

Permalink
Merge pull request #67 from EngineerBetter/master
Browse files Browse the repository at this point in the history
improve permission / resource explanation in README
  • Loading branch information
chendrix authored Mar 28, 2017
2 parents 6c1488e + 3aa144a commit af1b1aa
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 af1b1aa

Please sign in to comment.