You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the plugin, and it works great. There are some differences after migrating from django-storages. I had to add the bucket prefix to AWS_S3_ENDPOINT_URL: https://<bucket_name>.old.s3.url instead of https://old.s3.url as it was before (this may be a peculiarity of my storage).
Also, I previously used AWS_S3_CUSTOM_DOMAIN with a public domain. To make everything work again, I had to override the form:
Hi!
I'm using the plugin, and it works great. There are some differences after migrating from
django-storages
. I had to add the bucket prefix toAWS_S3_ENDPOINT_URL
:https://<bucket_name>.old.s3.url
instead ofhttps://old.s3.url
as it was before (this may be a peculiarity of my storage).Also, I previously used
AWS_S3_CUSTOM_DOMAIN
with a public domain. To make everything work again, I had to override the form:The text was updated successfully, but these errors were encountered: