cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Wan Liuyang de5504f414
Rename custom S3Boto3Storage subclasses (#1784)
Closes #1788 

This PR preps for the upcoming `django-storages` 2.X:

1. ~~Explicitly set default ACL to None which was [incorrectly set](3f6ec74942/storages/backends/s3boto3.py (L195)) to `public-read` by `django-storages`~~

2. Renamed `StaticRootS3BotoStorage` to `StaticRootS3Boto3Storage` to avoid confusion. This is to prep for the upcoming `S3Boto` class deprecation.

See also:
https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings
https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst
2018-09-09 19:59:04 +08:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Extend & enhance Celery configuration (#1679) 2018-06-21 19:38:48 +00:00
local.py Extend & enhance Celery configuration (#1679) 2018-06-21 19:38:48 +00:00
production.py Rename custom S3Boto3Storage subclasses (#1784) 2018-09-09 19:59:04 +08:00
test.py First pass at running black across the project (#1602) 2018-04-08 17:03:29 -05:00