Skip to main content

TS3BucketResponse

Class in AWS.S3

S3 bucket response class.

Ancestors

Constructors

Create

constructor Create(const AHTTPResponse: IHTTPResponse; AClient: IS3Client; ABucket: IS3Bucket = nil); reintroduce; virtual;

IS3Client · IS3Bucket

Constructor for TS3BucketResponse.

Parameters

NameDescription
AHTTPResponseA HTTP response.
AClientAn S3 client.
ABucketAn S3 bucket associated with the response.