Skip to main content

TS3ObjectPutAttributes

Class in AWS.S3

S3 Object attributes class.

Ancestors

Properties

Acl

property Acl: string

Body

property Body: TStream

CacheControl

property CacheControl: string

ContentDisposition

property ContentDisposition: string

ContentEncoding

property ContentEncoding: string

ContentLanguage

property ContentLanguage: string

ContentType

property ContentType: string

Expires

property Expires: TOptional<TDateTime>

GrantFullControl

property GrantFullControl: string

GrantRead

property GrantRead: string

GrantReadAcp

property GrantReadAcp: string

GrantWriteAcp

property GrantWriteAcp: string

ObjectLockLegalHold

property ObjectLockLegalHold: string

ObjectLockMode

property ObjectLockMode: string

ObjectLockRetainUntilDate

property ObjectLockRetainUntilDate: TOptional<TDateTime>

RequestPayer

property RequestPayer: string

ServerSideEncryption

property ServerSideEncryption: string

SseAwsKmsKeyId

property SseAwsKmsKeyId: string

SseBucketKeyEnabled

property SseBucketKeyEnabled: TOptional<Boolean>

SseContext

property SseContext: string

SseCustomerAlgorithm

property SseCustomerAlgorithm: string

SseCustomerKey

property SseCustomerKey: string

SseCustomerKeyMD5

property SseCustomerKeyMD5: string

StorageClass

property StorageClass: string

Tags

property Tags: IAWSTags

WebsiteRedirectLocation

property WebsiteRedirectLocation: string

Constructors

Create

constructor Create;

Constructor for TS3ObjectPutAttributes.