/AWS1/CL_KNDS3PATH¶
Information required to find a specific file in an Amazon S3 bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/KNDS3BUCKETNAME /AWS1/KNDS3BUCKETNAME¶
The name of the S3 bucket that contains the file.
iv_key TYPE /AWS1/KNDS3OBJECTKEY /AWS1/KNDS3OBJECTKEY¶
The name of the file.
Queryable Attributes¶
Bucket¶
The name of the S3 bucket that contains the file.
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 name of the file.
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 |