mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Information about aws_s3_server_side_encryption (#16253)
Add when cannot use the combination of parameters.
This commit is contained in:
committed by
GitHub
parent
a850381b7f
commit
cf63e7d3b5
@@ -83,7 +83,7 @@ environment variables or files on disk in predefined locations.
|
||||
|
||||
- `aws_s3_enable_kms` `(boolean)` - Use KMS to encrypt bucket contents.
|
||||
|
||||
- `aws_s3_server_side_encryption` `(boolean)` - Use AES256 to encrypt bucket contents.
|
||||
- `aws_s3_server_side_encryption` `(boolean)` - Use AES256 to encrypt bucket contents. Cannot use with `aws_s3_enable_kms` parameter.
|
||||
|
||||
- `aws_s3_kms_key` `(string)` - Use named KMS key, when `aws_s3_enable_kms=true`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user