Skip to main content

TS3ObjectRequest

Class in AWS.S3

S3 Object request class.

Ancestors

Properties

Bucket

property Bucket: string

ExpectedBucketOwner

property ExpectedBucketOwner: string

Key

property Key: string

RequestPayer

property RequestPayer: string

Constructors

Create

constructor Create(const ABucket, AKey: string);

Constructor for TS3ObjectRequest.

Parameters

NameDescription
ABucketThe bucket name for the request.
AKeyThe object key for the request.