class AmazonS3::PutObjectAclRequest

Included Modules

Defined in:

clients/s3.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module AWSSdk::RestXML::Structure

process(request : HTTP::Request) process, serialize(xml : XML::Builder) serialize

Constructor Detail

def self.new(bucket : String, key : String, acl : String = nil, access_control_policy : AccessControlPolicyStruct = nil, content_md5 : String = nil, grant_full_control : String = nil, grant_read : String = nil, grant_read_acp : String = nil, grant_write : String = nil, grant_write_acp : String = nil, request_payer : String = nil, version_id : String = nil, expected_bucket_owner : String = nil) #

[View source]

Class Method Detail

def self.deserialize(xml : XML::Node) #

[View source]
def self.from_response(request : HTTP::Client::Response) #

[View source]

Instance Method Detail

def access_control_policy : AccessControlPolicyStruct | Nil #

[View source]
def access_control_policy=(access_control_policy : AccessControlPolicyStruct | Nil) #

[View source]
def acl : String | Nil #

[View source]
def acl=(acl : String | Nil) #

[View source]
def bucket : String #

[View source]
def bucket=(bucket : String) #

[View source]
def content_md5 : String | Nil #

[View source]
def content_md5=(content_md5 : String | Nil) #

[View source]
def expected_bucket_owner : String | Nil #

[View source]
def expected_bucket_owner=(expected_bucket_owner : String | Nil) #

[View source]
def grant_full_control : String | Nil #

[View source]
def grant_full_control=(grant_full_control : String | Nil) #

[View source]
def grant_read : String | Nil #

[View source]
def grant_read=(grant_read : String | Nil) #

[View source]
def grant_read_acp : String | Nil #

[View source]
def grant_read_acp=(grant_read_acp : String | Nil) #

[View source]
def grant_write : String | Nil #

[View source]
def grant_write=(grant_write : String | Nil) #

[View source]
def grant_write_acp : String | Nil #

[View source]
def grant_write_acp=(grant_write_acp : String | Nil) #

[View source]
def key : String #

[View source]
def key=(key : String) #

[View source]
def request_payer : String | Nil #

[View source]
def request_payer=(request_payer : String | Nil) #

[View source]
def version_id : String | Nil #

[View source]
def version_id=(version_id : String | Nil) #

[View source]