UpdateBucketACL Method
Updates the access policy of the specified bucket.
Syntax
[VB.NET] Public Sub UpdateBucketACL()
[C#] public void UpdateBucketACL();
Remarks
This method will update the AccessPolicy of the specified Bucket
NOTE: This method has a corresponding asynchronous version (UpdateBucketACLAsync) for use in the Xamarin environment.