class AmazonS3::HeadObjectRequest

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, if_match : String = nil, if_modified_since : Time = nil, if_none_match : String = nil, if_unmodified_since : Time = nil, range : String = nil, version_id : String = nil, sse_customer_algorithm : String = nil, sse_customer_key : String = nil, sse_customer_key_md5 : String = nil, request_payer : String = nil, part_number : Int32 = 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 bucket : String #

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

[View source]
def expected_bucket_owner : String | Nil #

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

[View source]
def if_match : String | Nil #

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

[View source]
def if_modified_since : Time | Nil #

[View source]
def if_modified_since=(if_modified_since : Time | Nil) #

[View source]
def if_none_match : String | Nil #

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

[View source]
def if_unmodified_since : Time | Nil #

[View source]
def if_unmodified_since=(if_unmodified_since : Time | Nil) #

[View source]
def key : String #

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

[View source]
def part_number : Int32 | Nil #

[View source]
def part_number=(part_number : Int32 | Nil) #

[View source]
def range : String | Nil #

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

[View source]
def request_payer : String | Nil #

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

[View source]
def sse_customer_algorithm : String | Nil #

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

[View source]
def sse_customer_key : String | Nil #

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

[View source]
def sse_customer_key_md5 : String | Nil #

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

[View source]
def version_id : String | Nil #

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

[View source]