UpdateObjectACL Method
Updates the access policy of the specified object.
Syntax
[VB.NET] Public Sub UpdateObjectACL(ByVal ObjectName As String)
[C#] public void UpdateObjectACL(string objectName);
Remarks
This method will update the AccessPolicy of the object specified by the ObjectName parameter contained within the desired Bucket.
NOTE: This method has a corresponding asynchronous version (UpdateObjectACLAsync) for use in the Xamarin environment.