mirror of
https://github.com/minio/minio.git
synced 2025-02-03 09:55:59 -05:00
6c93c60424
This commit adds a basic KMS implementation for an operator-specified SSE-S3 master key. The master key is wrapped as KMS such that using SSE-S3 with master key and SSE-S3 with KMS can use the same code. Bindings for a remote / true KMS (like hashicorp vault) will be added later on.