Skip to main content

TS3BucketResponseFactory

Class in AWS.S3

S3 bucket response factory class.

Ancestors

Properties

Client

property Client: IS3Client

Type: IS3Client

The S3 client making the request.

ResponseClass

property ResponseClass: TS3BucketResponseClass

The bucket response class to be constructed on success.

Bucket

property Bucket: IS3Bucket

Type: IS3Bucket

An S3 bucket associated with the response.

Constructors

Create

constructor Create(const AResponseClass: TS3BucketResponseClass; AClient: IS3Client; ABucket: IS3Bucket);

IS3Client · IS3Bucket

Constructor for TS3BucketResponseFactory.

Parameters

NameDescription
AResponseClassSpecify the class of bucket response to create.
AClientSpecify the S3 client making the request.
ABucketAn S3 bucket associated with the response.