Method: Paperclip::Storage::S3#http_proxy_user

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

#http_proxy_userObject



292
293
294
# File 'lib/paperclip/storage/s3.rb', line 292

def http_proxy_user
  using_http_proxy? ? @http_proxy[:user] : nil
end