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
AFAIK it's not possible to set up a SSECustomerKey for Server-side encryption with a specific key. It seems django-storages supports it for writing files but not for reading them.
Do you know how to achieve this?
(Given that the purpose of this package is handling private files, should it support more encryption-related features such as this one?)
The text was updated successfully, but these errors were encountered:
AFAIK it's not possible to set up a
SSECustomerKey
for Server-side encryption with a specific key. It seemsdjango-storages
supports it for writing files but not for reading them.Do you know how to achieve this?
(Given that the purpose of this package is handling private files, should it support more encryption-related features such as this one?)
The text was updated successfully, but these errors were encountered: