Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.35 KB

AWSS3ObjectStoreSetting.md

File metadata and controls

12 lines (8 loc) · 1.35 KB

icar1::AWSS3ObjectStoreSetting

Properties

Name Type Description Notes
bucketName character The bucket name [Max. length: 63] [Min. length: 3]
keyPrefix character Key prefix within the bucket for GDS to operate within. Volumes may only be created within this prefix and the given credentials need only authorize access here. If not set, default is to allow operation on the full bucket. No leading slash, and must end with a trailing slash. [optional] [Pattern: ^[^/].*$]
serverSideEncryptionAlgorithm character Used to specify the type of server-side encryption (SSE) to be used on the object provider. This value is used to determine the Amazon S3 header "x-amz-server-side-encryption" value. For example, specify "AES256" for SSE-S3, or "AWS:KMS" for SSE-KMS. By default if none is specified, "AES256" will be used. [optional]
serverSideEncryptionKey character Used to specify the serve-side encryption key that might be associated with the specified server-side encryption algorithm This value can be the AWS KMS arn key, to be used for the Amazon S3 header "x-amz-server-side-encryption-aws-kms-key-id" value Value will be ignored if encryption is "AES256" [optional]