/AWS1/CL_PPMS3FILE¶
Contains information for the S3 bucket that contains media files.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketname TYPE /AWS1/PPMSTRING /AWS1/PPMSTRING¶
The bucket name.
iv_key TYPE /AWS1/PPMSTRING /AWS1/PPMSTRING¶
The object key of the media file.
Queryable Attributes¶
bucketName¶
The 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 |
key¶
The object key of the media 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 |