Skip to content

Commit

Permalink
Add required permissions for downloading tags to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Mark DeLillo <[email protected]>
  • Loading branch information
mdelillo committed Jun 30, 2020
1 parent 7b1ba3b commit 0405fcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ The objects in the bucket (e.g. `"arn:aws:s3:::your-bucket/*"`):
* `s3:PutObject`
* `s3:PutObjectAcl`
* `s3:GetObject`
* `s3:GetObjectTagging` (if using the `download_tags` option)

### Versioned Buckets

Expand All @@ -200,6 +201,7 @@ The bucket itself (e.g. `"arn:aws:s3:::your-bucket"`):
The objects in the bucket (e.g. `"arn:aws:s3:::your-bucket/*"`):
* `s3:GetObjectVersion`
* `s3:PutObjectVersionAcl`
* `s3:GetObjectVersionTagging` (if using the `download_tags` option)

## Developing on this resource

Expand Down Expand Up @@ -256,6 +258,10 @@ docker build . -t s3-resource -f dockerfiles/ubuntu/Dockerfile \
--build-arg S3_ENDPOINT="https://s3.amazonaws.com"
```

##### Required IAM permissions

In addition to the required permissions above, the `s3:PutObjectTagging` permission is required to run integration tests.

### Contributing

Please make all pull requests to the `master` branch and ensure tests pass
Expand Down

0 comments on commit 0405fcd

Please sign in to comment.