/AWS1/CL_AFCS3BUCKET¶
Contains information about an Amazon S3 bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketname TYPE /AWS1/AFCSTRING63 /AWS1/AFCSTRING63¶
The name of the Amazon S3 bucket.
Optional arguments:¶
iv_prefix TYPE /AWS1/AFCSTRING120 /AWS1/AFCSTRING120¶
The object key to use.
Queryable Attributes¶
bucketName¶
The name of the Amazon S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETNAME() |
Getter for BUCKETNAME, with configurable default |
ASK_BUCKETNAME() |
Getter for BUCKETNAME w/ exceptions if field has no value |
HAS_BUCKETNAME() |
Determine if BUCKETNAME has a value |
prefix¶
The object key to use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |