Download raw (<%= @object.size %> bytes)

<% if @object.transducer? or @object.binary? %>
<% else %>
<%= ERB::Util.html_escape @object.data %>
<% end %>