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
As part of the migration to GCPV2 we discovered that django-storages was attempting and failing to generate signed urls on the new deployment. There is an open bug to support signed urls in django-storages but it is not yet merged. In the meantime, we may be able to set
GS_DEFAULT_ACL="publicRead"
to disable signed urls altogether in settings.py which hopefully allows us to continue our migration to GCPV2.
As part of the migration to GCPV2 we discovered that django-storages was attempting and failing to generate signed urls on the new deployment. There is an open bug to support signed urls in django-storages but it is not yet merged. In the meantime, we may be able to set
to disable signed urls altogether in settings.py which hopefully allows us to continue our migration to GCPV2.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: