class Awscr::S3::Object
- Awscr::S3::Object
- Reference
- Object
Overview
An object on S3
Defined in:
awscr-s3/object.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#etag : String
The
Object
etag -
#key : String
The key of the
Object
-
#last_modified : Time
The time string the
Object
was last modifed -
#size : Int32
The size of the
Object
, in bytes
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.