/AWS1/CL_TRNS3FILELOCATION¶
Specifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using S3 storage.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucket TYPE /AWS1/TRNS3BUCKET /AWS1/TRNS3BUCKET¶
Specifies the S3 bucket that contains the file being used.
iv_key TYPE /AWS1/TRNS3KEY /AWS1/TRNS3KEY¶
The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.
iv_versionid TYPE /AWS1/TRNS3VERSIONID /AWS1/TRNS3VERSIONID¶
Specifies the file version.
iv_etag TYPE /AWS1/TRNS3ETAG /AWS1/TRNS3ETAG¶
The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata.
Queryable Attributes¶
Bucket¶
Specifies the S3 bucket that contains the file being used.
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 assigned to the file when it was created in Amazon S3. You use the object key to retrieve 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 |
VersionId¶
Specifies the file version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
Etag¶
The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata.
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 |