Method: Paperclip::Storage::S3#s3_object

Defined in:
lib/paperclip/storage/s3.rb

#s3_object(style_name = default_style) ⇒ Object



272
273
274
# File 'lib/paperclip/storage/s3.rb', line 272

def s3_object style_name = default_style
  s3_bucket.object style_name_as_path(style_name)
end