TS3Bucket
Class in AWS.S3
S3 Bucket class.
Ancestors
Properties
Client
property Client: IS3Client
Type: IS3Client
CreationDate
property CreationDate: TOptional<TDateTime>
Exists
property Exists: Boolean
Location
property Location: string
Name
property Name: string
Constructors
Create
constructor Create(const AName: string; const AClient: IS3Client = nil); overload;
Constructor for TS3Bucket.
Parameters
| Name | Description |
|---|---|
AName | A bucket name. |
AClient | An optional pre-configured IS3Client instance for bucket operations. |
constructor Create(const ANode: IXMLNode; const AClient: IS3Client = nil); overload;
Constructor for TS3Bucket.
Parameters
| Name | Description |
|---|---|
ANode | A Bucket XML node. |
AClient | An optional pre-configured IS3Client instance for bucket operations. |