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

filestore: document S3 parameters #956

Closed
wants to merge 1 commit into from
Closed

filestore: document S3 parameters #956

wants to merge 1 commit into from

Conversation

acdha
Copy link

@acdha acdha commented May 2, 2019

I ran into a couple of hitches switching to S3 storage and wanted to document the necessary permissions and how to secure it.

Closes #953

I ran into a couple of hitches switching to S3 storage and wanted to document the necessary permissions and how to secure it
@@ -30,7 +30,24 @@ filestore.options:
```yaml
filestore.backend: 's3'
filestore.options:
access_key: '...'
secret_key: '...'
Copy link
Member

Choose a reason for hiding this comment

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

I don't quite understand why you removed those lines?

Copy link
Author

Choose a reason for hiding this comment

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

Basically because authentication is complicated and there’s a separate discussion point. I didn’t want it to look like that’s required parameter.

filestore.backend: 's3'
filestore.options:
bucket_name: '...'
default_acl: 'private'
Copy link

@gtkesh gtkesh Jul 26, 2019

Choose a reason for hiding this comment

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

This PR/issue saved the day! I spent hours debugging. It was a matter of default_acl: 'private'.

Thanks for creating this PR! :)

@PeloWriter
Copy link
Contributor

Closing this PR as it's quite dated. Feel free to comment here if you think we should re-open.

@PeloWriter PeloWriter closed this Nov 17, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document S3 permission requirements
4 participants