Skip to content

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

Open
osigida wants to merge 1 commit intolooker:masterfrom
osigida:AWS-bucket-setup-example
Open

An example how to set up S3 buckets for Lookerbot#119
osigida wants to merge 1 commit intolooker:masterfrom
osigida:AWS-bucket-setup-example

Conversation

@osigida
Copy link
Copy Markdown

@osigida osigida commented Aug 15, 2017

partially fixes #31

"Action": [
"s3:PutObject",
"s3:PutObjectAcl",
"s3:GetObject",
Copy link
Copy Markdown
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
Copy Markdown
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