# File lib/paperclip/storage/s3.rb, line 251 def s3_protocol(style = default_style) if @s3_protocol.is_a?(Proc) @s3_protocol.call(style, self) else @s3_protocol end end