mirror of
https://github.com/minio/minio.git
synced 2025-08-16 02:56:59 +02:00
This commit adds the `MINIO_KMS_REPLICATE_KEYID` env. variable. By default - if not specified or not set to `off` - MinIO will replicate the KMS key ID of an object. If `MINIO_KMS_REPLICATE_KEYID=off`, MinIO does not include the object's KMS Key ID when replicating an object. However, it always sets the SSE-KMS encryption header. This ensures that the object gets encrypted using SSE-KMS. The target site chooses the KMS key ID that gets used based on the site and bucket config. Signed-off-by: Andreas Auernhammer <github@aead.dev> |
||
---|---|---|
.. | ||
config_test.go | ||
config.go | ||
conn.go | ||
context.go | ||
dek_test.go | ||
errors.go | ||
kes.go | ||
kms.go | ||
secret-key_test.go | ||
secret-key.go | ||
stub.go |