/AWS1/CL_PPMS3PRESIGNEDURL¶
You can use presigned URLs to grant time-limited access to objects in Amazon S3 without updating your bucket policy. For more information, see Working with presigned URLs in the Amazon S3 User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_url TYPE /AWS1/PPMSTRING /AWS1/PPMSTRING¶
The presign url to the object.
it_headers TYPE /AWS1/CL_PPMHEADERS_W=>TT_HEADERS TT_HEADERS¶
A map of headers and their values. You must specify the
Content-Typeheader when usingPostWhatsAppMessageMedia. For a list of common headers, see Common Request Headers in the Amazon S3 API Reference
Queryable Attributes¶
url¶
The presign url to the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
headers¶
A map of headers and their values. You must specify the
Content-Typeheader when usingPostWhatsAppMessageMedia. For a list of common headers, see Common Request Headers in the Amazon S3 API Reference
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADERS() |
Getter for HEADERS, with configurable default |
ASK_HEADERS() |
Getter for HEADERS w/ exceptions if field has no value |
HAS_HEADERS() |
Determine if HEADERS has a value |