AWSS3GetBucketLocationOutput
Objective-C
@interface AWSS3GetBucketLocationOutput
Swift
class AWSS3GetBucketLocationOutput
-
Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location constraints by Region, see Regions and Endpoints. Buckets in Region
us-east-1
have a LocationConstraint ofnull
.Declaration
Objective-C
@property (nonatomic) AWSS3BucketLocationConstraint locationConstraint;
Swift
var locationConstraint: AWSS3BucketLocationConstraint { get set }