Class PutWithACLRequest
Base class for put operations that can also put an ACL.
public abstract class PutWithACLRequest : AmazonWebServiceRequest
- Inheritance
-
PutWithACLRequest
- Derived
Constructors
PutWithACLRequest()
protected PutWithACLRequest()
Properties
Grants
Gets the access control lists (ACLs) for this request. Please refer to S3Grant for information on S3 Grants.
public List<S3Grant> Grants { get; set; }