Class: Swa::S3::ObjectSummary
- Inherits:
-
ObjectListEntry
- Object
- Record
- ObjectListEntry
- Swa::S3::ObjectSummary
- Defined in:
- lib/swa/s3/object_list_entry.rb
Instance Attribute Summary
Attributes inherited from ObjectListEntry
Instance Method Summary collapse
Methods inherited from ObjectListEntry
Methods inherited from Record
#data, delegate, #initialize, list
Constructor Details
This class inherits a constructor from Swa::S3::ObjectListEntry
Instance Method Details
#column1 ⇒ Object
51 52 53 |
# File 'lib/swa/s3/object_list_entry.rb', line 51 def column1 last_modified.iso8601 end |
#column2 ⇒ Object
55 56 57 |
# File 'lib/swa/s3/object_list_entry.rb', line 55 def column2 size end |
#uri ⇒ Object
59 60 61 |
# File 'lib/swa/s3/object_list_entry.rb', line 59 def uri "s3://#{bucket_name}/#{key}" end |