/AWS1/CL_BDRS3LOCATION¶
A storage location in an Amazon S3 bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_uri TYPE /AWS1/BDRS3URI /AWS1/BDRS3URI¶
An object URI starting with
s3://.
Optional arguments:¶
iv_bucketowner TYPE /AWS1/BDRACCOUNTID /AWS1/BDRACCOUNTID¶
If the bucket belongs to another AWS account, specify that account's ID.
Queryable Attributes¶
uri¶
An object URI starting with
s3://.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URI() |
Getter for URI, with configurable default |
ASK_URI() |
Getter for URI w/ exceptions if field has no value |
HAS_URI() |
Determine if URI has a value |
bucketOwner¶
If the bucket belongs to another AWS account, specify that account's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETOWNER() |
Getter for BUCKETOWNER, with configurable default |
ASK_BUCKETOWNER() |
Getter for BUCKETOWNER w/ exceptions if field has no value |
HAS_BUCKETOWNER() |
Determine if BUCKETOWNER has a value |