Table of Contents

Class PutWithACLRequest

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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; }

Property Value

List<S3Grant>