- changed title to Configurable ACL while uploading to s3
Configurable ACL while uploading to s3
Issue #166
resolved
I see it is currently 'public-read'.
default_acl = setting('AWS_DEFAULT_ACL', 'public-read')
Should not this be configurable? Like, I want to make the upload files private.
Comments (3)
-
-
Just came to know this can be configured in settings.
AWS_DEFAULT_ACL = 'private'
-
- changed status to resolved
- Log in to comment