Skip to content

/AWS1/CL_QSTSTATICFILES3SRCO00

The structure that contains the Amazon S3 location to download the static file from.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_bucketname TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The name of the Amazon S3 bucket.

iv_objectkey TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The identifier of the static file in the Amazon S3 bucket.

iv_region TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The Region of the Amazon S3 account that contains the bucket.


Queryable Attributes

BucketName

The name of the Amazon S3 bucket.

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

ObjectKey

The identifier of the static file in the Amazon S3 bucket.

Accessible with the following methods

Method Description
GET_OBJECTKEY() Getter for OBJECTKEY, with configurable default
ASK_OBJECTKEY() Getter for OBJECTKEY w/ exceptions if field has no value
HAS_OBJECTKEY() Determine if OBJECTKEY has a value

Region

The Region of the Amazon S3 account that contains the bucket.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value