TS3BucketResponse
Class in AWS.S3
S3 bucket response class.
Ancestors
Constructors
Create
constructor Create(const AHTTPResponse: IHTTPResponse; AClient: IS3Client; ABucket: IS3Bucket = nil); reintroduce; virtual;
Constructor for TS3BucketResponse.
Parameters
| Name | Description |
|---|---|
AHTTPResponse | A HTTP response. |
AClient | An S3 client. |
ABucket | An S3 bucket associated with the response. |