enable support for newer aws regions #214
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In order to setup s3 in mumbai region aka ap-south-1 as the static / media backend
the project would have to use
storages.backends.s3boto3.S3Boto3Storage
, which inturn would need boto3 instead of boto and the newest version of django-storages.
django-storages-redux has not been updated since Jan 2016 and has been releasing on
pypi as django-storages since Feb 2016 when it became the official successor of the
repository it was a fork of[1].
[1] https://github.com/jschneier/django-storages#history
[2] jschneier/django-storages#28 (comment)
Trouble uploading to s3 in mumbai region
adds required environment variables and upgrades boto3 and django-storages to their latest versions.
Not in my knowledge.