Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An example how to set up S3 buckets for Lookerbot #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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