Contains the parameters used for the setACL operation. More...
#import <S3SetACLRequest.h>
Inherits S3Request.
Properties | |
S3AccessControlList * | acl |
Gets and sets the access control list (ACL) to set on the bucket or object. |
Contains the parameters used for the setACL operation.
The bucket is always required, the key is optional and is to be set if you want to set the ACL for an object instead of a bucket.
Required Parameters: bucket, acl
Optional Parameters: key