Skip to content

Commit

Permalink
docs(configuration-parameters): add experimental cli flag <prefix>.s3…
Browse files Browse the repository at this point in the history
….native-aws-auth-enabled

Signed-off-by: Aljoscha Poertner <[email protected]>
  • Loading branch information
aljoshare committed Aug 3, 2023
1 parent 185e308 commit 0757638
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4277,6 +4277,12 @@ The s3_backend block configures the connection to Amazon S3 object storage backe
# CLI flag: -<prefix>.s3.storage-class
[storage_class: <string> | default = ""]
# (experimental) If enabled, it will use the default authentication methods of
# the AWS SDK for go based on known environment variables and known AWS config
# files.
# CLI flag: -<prefix>.s3.native-aws-auth-enabled
[native_aws_auth_enabled: <boolean> | default = false]
sse:
# Enable AWS Server Side Encryption. Supported values: SSE-KMS, SSE-S3.
# CLI flag: -<prefix>.s3.sse.type
Expand Down

0 comments on commit 0757638

Please sign in to comment.