/AWS1/CL_SMSS3LOCATION¶
Location of an Amazon S3 object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucket TYPE /AWS1/SMSS3BUCKETNAME /AWS1/SMSS3BUCKETNAME¶
The Amazon S3 bucket name.
iv_key TYPE /AWS1/SMSS3KEYNAME /AWS1/SMSS3KEYNAME¶
The Amazon S3 bucket key.
Queryable Attributes¶
bucket¶
The Amazon S3 bucket name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKET() |
Getter for BUCKET, with configurable default |
ASK_BUCKET() |
Getter for BUCKET w/ exceptions if field has no value |
HAS_BUCKET() |
Determine if BUCKET has a value |
key¶
The Amazon S3 bucket key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |