/AWS1/CL_S3_CORSCONFIGURATION¶
Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see Enabling Cross-Origin Resource Sharing in the Amazon S3 User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_corsrules TYPE /AWS1/CL_S3_CORSRULE=>TT_CORSRULES TT_CORSRULES¶
A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.
Queryable Attributes¶
CORSRules¶
A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CORSRULES() |
Getter for CORSRULES, with configurable default |
ASK_CORSRULES() |
Getter for CORSRULES w/ exceptions if field has no value |
HAS_CORSRULES() |
Determine if CORSRULES has a value |