S3KeysPrefixPaths_1_0_0
S3KeysPrefixPaths_1_0_0 Document
Name |
Type |
Description |
path_prefixes |
array of string |
A list of matching prefix strings. When a S3 object is being accessed its virtual path <bucket>/<object> is matched against each string in this list. If the virtual path starts with a value in this list then the s3 keys in this object will be used. |
s3_key_id |
string |
Access Key ID to use with the S3 API to access your buckets and objects. |
s3_secret_key |
string |
Secret key to use with the S3 API to access your buckets and objects. If set to null when calling PATCH it indicates that this entry should be deleted. [Private] |
{
"path_prefixes": [
"string"
],
"s3_key_id": "string",
"s3_secret_key": "string"
}