django-private-storage icon indicating copy to clipboard operation
django-private-storage copied to clipboard

Support encryption with custom key (SSECustomerKey)

Open denisvlr opened this issue 4 years ago • 0 comments

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?)

denisvlr avatar Apr 19 '20 16:04 denisvlr