S3
The following syntax is appropriate for adding a secret associated with an S3 bucket.
type: s3
secret:
access-key-id: AKI**********
access-key: cbr***************************qVj
region: us-east-2
endpoint: s3.us-east-2.amazonaws.com
session-token:
In this format, the access-key-id
and access-key
are reserved fields used to specify the values
that should correspond to the relevant variables. These credentials can be generated, for example,
through the aws CLI, with service
accounts, etc.
The region
field is used to determine the region where the object storage resides.
The endpoint
field contains the URI appropriate for S3 API calls.
The session-token
field is also optional. You can use this field if you want to authenticate using
a temporary token.