TS3BucketEndpoint
Class in AWS.S3
S3 bucket endpoint class.
Ancestors
Properties
Bucket
property Bucket: string
Constructors
Create
constructor Create(const ABucket: string; const ARegion: string = 'aws-global'; const AUseDualstackEndpoint: Boolean = False);
Constructor for TS3BucketEndpoint.
Parameters
| Name | Description |
|---|---|
ABucket | The bucket name of the endpoint. |
ARegion | The endpoint's region. |