/AWS1/CL_EC2STORAGELOCATION¶
Describes a storage location in Amazon S3.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucket TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The name of the S3 bucket.
iv_key TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The key.
Queryable Attributes¶
Bucket¶
The name of the S3 bucket.
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 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 |