-
-
Notifications
You must be signed in to change notification settings - Fork 863
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
[s3] - Error when updating to v.1.14.3 client_config #1410
Comments
Thanks for the report. The deprecated name is just an alias for the base one. Am a bit confused about how this is possible because the Do you have any insight into how you ended up with this error? |
I don't have any deeper insights because we "solved" this by pinning to version I agree that it feels like a test should fail if this was truly an issue. |
Not an issue please see my comment: #1386 (comment) |
#1386
Here is the error that we received:
See here - https://github.com/jschneier/django-storages/pull/1386/files#r1640348739
Note that we are currently using
S3Boto3Storage
which is deprecated. We have a custom storage like this that provides default settings, plus a number of custom settings via env variables:The text was updated successfully, but these errors were encountered: