S3UserCredentialPolicies_1_2_0
S3UserCredentialPolicies_1_2_0 Document
Connector-specific user credential policies for the S3 connector
Version 1.1.0 adds support for the s3_requester_pays property.
Version 1.2.0 adds support for the s3_multi_keys property list.
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
s3_key_id |
string |
Access Key ID to use with the S3 API to access your buckets and objects. |
s3_multi_keys |
array ( S3KeysPrefixPaths_1_0_0 ) |
A list of path prefixes and S3 key pairs to use with them. |
s3_requester_pays |
boolean |
Flag indicating the user acknowledges S3 operations will be charged to the account of this credential. If this flag is true in the storage gateway policy, this must also be true or the credential will be invalid. |
s3_secret_key |
string |
Secret key to use with the S3 API to access your buckets and objects. [Private] |
{
"DATA_TYPE": "s3_user_credential_policies#1.2.0",
"s3_key_id": "string",
"s3_multi_keys": [
{
"path_prefixes": [
"string"
],
"s3_key_id": "string",
"s3_secret_key": "string"
}
],
"s3_requester_pays": true,
"s3_secret_key": "string"
}