Class: Swa::S3::ObjectPrefix

Inherits:
ObjectListEntry show all
Defined in:
lib/swa/s3/object_list_entry.rb

Instance Attribute Summary

Attributes inherited from ObjectListEntry

#bucket_name

Instance Method Summary collapse

Methods inherited from ObjectListEntry

#initialize, #summary, #to_s

Methods inherited from Record

#data, delegate, #initialize, list, list_from_query

Constructor Details

This class inherits a constructor from Swa::S3::ObjectListEntry

Instance Method Details

#column1Object



33
34
35
# File 'lib/swa/s3/object_list_entry.rb', line 33

def column1
  "-"
end

#column2Object



37
38
39
# File 'lib/swa/s3/object_list_entry.rb', line 37

def column2
  "-"
end

#uriObject



41
42
43
# File 'lib/swa/s3/object_list_entry.rb', line 41

def uri
  "s3://#{bucket_name}/#{prefix}"
end