class Awscr::S3::Object

Overview

An object on S3

Defined in:

awscr-s3/object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, size : Int32, etag : String, last_modified : Time) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def etag : String #

The Object etag


[View source]
def key : String #

The key of the Object


[View source]
def last_modified : Time #

The time string the Object was last modifed


[View source]
def size : Int32 #

The size of the Object, in bytes


[View source]