AWSS3CreateBucketConfiguration
Objective-C
@interface AWSS3CreateBucketConfiguration
Swift
class AWSS3CreateBucketConfiguration
The configuration information for the bucket.
-
Specifies the Region where the bucket will be created. If you don’t specify a Region, the bucket is created in the US East (N. Virginia) Region (us-east-1).
Declaration
Objective-C
@property (nonatomic) AWSS3BucketLocationConstraint locationConstraint;
Swift
var locationConstraint: AWSS3BucketLocationConstraint { get set }