Skip to content

Conversation

@osigida
Copy link

@osigida osigida commented Aug 15, 2017

partially fixes #31

"Action": [
"s3:PutObject",
"s3:PutObjectAcl",
"s3:GetObject",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does it need GetObject or DeleteObject? Just PutObject and PutObjectAcl should be fine.

{
"Effect": "Allow",
"Action": [
"s3:ListBucket"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't actually needed at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

improve documentation and README

2 participants