etianen / django-s3-storage

Django Amazon S3 file storage.
BSD 3-Clause "New" or "Revised" License
414 stars 94 forks source link

Add support for AWS KMS encryption #73

Closed MartinFalatic closed 6 years ago

MartinFalatic commented 6 years ago

Supports AWS KMS for Server Side Encryption Param "SSEKMSKeyId" is set from the AWS_S3_KMS_ENCRYPTION_KEY_ID setting

Fixes issue #72

etianen commented 6 years ago

Looks good. Could you update the readme with the new settings? Keep it short and sweet! :P

MartinFalatic commented 6 years ago

The Readme is now updated.

etianen commented 6 years ago

Great work, thanks!

MartinFalatic commented 6 years ago

Thank you! May I ask what your release schedule is?

etianen commented 6 years ago

My day job has a release schedule. My open-source projects... not so much! :P

I've just released 0.12.4.

On 14 February 2018 at 18:53, Martin Falatic notifications@github.com wrote:

Thank you! May I ask what your release schedule is?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/etianen/django-s3-storage/pull/73#issuecomment-365707624, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJFCE2JoNZ0QHeyBE9Wlb5CrkgttIrMks5tUyucgaJpZM4SAZuj .

MartinFalatic commented 6 years ago

Thank you!