AWSS3GetBucketCorsOutput

Objective-C

@interface AWSS3GetBucketCorsOutput

Swift

class AWSS3GetBucketCorsOutput
  • A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSS3CORSRule *> *_Nullable CORSRules;

    Swift

    var corsRules: [AWSS3CORSRule]? { get set }