/AWS1/CL_RBMS3OBJECT¶
Information about an S3 object.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/RBMS3BUCKET /AWS1/RBMS3BUCKET¶
The bucket containing the object.
iv_key TYPE /AWS1/RBMS3KEY /AWS1/RBMS3KEY¶
The key of the object.
Optional arguments:¶
iv_etag TYPE /AWS1/RBMS3ETAG /AWS1/RBMS3ETAG¶
The etag of the object.
Queryable Attributes¶
bucket¶
The bucket containing the object.
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 of the object.
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 |
etag¶
The etag of the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG has a value |