class

Awscr::S3::Object

Inherits Reference < Object

An object on S3

Constructors

new(key : String, size : Int64, etag : String, last_modified : Time)
Source

Instance methods

==(other : self)

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

Source
etag

The Object etag

Source
key

The key of the Object

Source
last_modified

The time string the Object was last modifed

Source
size

The size of the Object, in bytes

Source