Sets the BucketRegion property for this request.
Default: S3Region.US

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public PutBucketRequest WithBucketRegion( S3Region bucketRegion )

- bucketRegion (S3Region)
- The region locality to use for the new bucket

the request with the BucketRegion set

When set, this will determine where your data will
reside in S3. Refer S3Region
for a list of possible values.