class

Aws::S3::Object

Inherits Reference / Object

An object on S3

Constructors

new(key : String, size : Int32, etag : String)
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
size

The size of the Object, in bytes

Source