add FEED_STORAGE_S3_ACL to default_settings.py file

This commit is contained in:
Victor Torres 2019-02-08 11:47:35 -02:00
parent 079af889e7
commit ceae356e62
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ FEED_EXPORTERS_BASE = {
}
FEED_EXPORT_INDENT = 0
FEED_STORAGE_S3_ACL = None
FILES_STORE_S3_ACL = 'private'
FILES_STORE_GCS_ACL = ''