Sha256: 52d6a93618331314c5ea8f4ec11831d579057a9213b85626814c63a0cc2869a4
Contents?: true
Size: 285 Bytes
Versions: 7
Compression:
Stored size: 285 Bytes
Contents
<h1>Contents of <%= @bucket_name %> bucket on S3</h1> <% for key in @keys -%> <% obj = @objects[key] -%> <% size = " (#{human_size(obj.size)})" -%> <% unless 'index.html' == key -%> <%= content_tag 'p', link_to(key, authenticated_url(@bucket_name, key)) + size %> <% end %> <% end -%>
Version data entries
7 entries across 7 versions & 1 rubygems