/AWS1/CL_SGNS3DESTINATION¶
The name and prefix of the Amazon S3 bucket where AWS Signer saves your signed objects.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucketname TYPE /AWS1/SGNBUCKETNAME /AWS1/SGNBUCKETNAME¶
Name of the S3 bucket.
iv_prefix TYPE /AWS1/SGNPREFIX /AWS1/SGNPREFIX¶
An S3 prefix that you can use to limit responses to those that begin with the specified prefix.
Queryable Attributes¶
bucketName¶
Name of the 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 |
prefix¶
An S3 prefix that you can use to limit responses to those that begin with the specified prefix.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |