mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Fixed aws kes config example
This commit is contained in:
@ -192,8 +192,9 @@ Manager:
|
||||
# This example assumes that the associated AWS account has the necessary
|
||||
# access key and secret key
|
||||
keystore:
|
||||
aws:
|
||||
secretsmanager:
|
||||
endpoint: secretsmanager.REGION.amazonaws # use the Secrets Manager endpoint for your region
|
||||
endpoint: secretsmanager.REGION.amazonaws.com # use the Secrets Manager endpoint for your region
|
||||
region: REGION # e.g. us-east-1
|
||||
kmskey: "" # Optional. The root AWS KMS key to use for cryptographic operations. Formerly described as the "Customer Master Key".
|
||||
credentials:
|
||||
|
Reference in New Issue
Block a user