CreateBucket Method
Creates a new bucket.
Syntax
[VB.NET] Public Sub CreateBucket()
[C#] public void CreateBucket();
Remarks
This method creates a bucket in the S3 store. The bucket name is specified by the Bucket property.
NOTE: This method has a corresponding asynchronous version (CreateBucketAsync) for use in the Xamarin environment.