scality / cloudserver

Zenko CloudServer, an open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google.
https://www.zenko.io/cloudserver
Apache License 2.0
1.68k stars 236 forks source link

Add config to set buckets default SSE config #5625

Open outscale-fba opened 1 month ago

outscale-fba commented 1 month ago

This config allows enabling encryption by default. It currently only allows AES256. If the user provide the x-amz-scal-server-side-encryption header on bucket creation, the header's value takes precedence.