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

setting ACL on uploaded file #2

Open
kmanley opened this issue Sep 27, 2017 · 1 comment
Open

setting ACL on uploaded file #2

kmanley opened this issue Sep 27, 2017 · 1 comment

Comments

@kmanley
Copy link

kmanley commented Sep 27, 2017

Tried using this to upload to S3 and it works great, but there doesn't seem to be a way to set the ACL on the uploaded file such that, for example, the uploaded file is publicly downloadable. Is this possible with the current API? Thanks!

@lye
Copy link
Owner

lye commented Sep 28, 2017

It's possible with the AWS API, but that functionality is not exposed via this library.

You probably don't want to upload files publicly -- if you do, you probably actually want to make the files public via a CloudFront distribution.

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

No branches or pull requests

2 participants