/AWS1/CL_PANS3LOCATION¶
A location in Amazon S3.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketname TYPE /AWS1/PANBUCKETNAME /AWS1/PANBUCKETNAME¶
A bucket name.
iv_objectkey TYPE /AWS1/PANOBJECTKEY /AWS1/PANOBJECTKEY¶
An object key.
Optional arguments:¶
iv_region TYPE /AWS1/PANREGION /AWS1/PANREGION¶
The bucket's Region.
Queryable Attributes¶
Region¶
The bucket's Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
BucketName¶
A bucket name.
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 |
ObjectKey¶
An object key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTKEY() |
Getter for OBJECTKEY, with configurable default |
ASK_OBJECTKEY() |
Getter for OBJECTKEY w/ exceptions if field has no value |
HAS_OBJECTKEY() |
Determine if OBJECTKEY has a value |