django-private-storage
django-private-storage copied to clipboard
Support encryption with custom key (SSECustomerKey)
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?)