Method: Paperclip::Storage::S3#http_proxy_host
- Defined in:
- lib/paperclip/storage/s3.rb
#http_proxy_host ⇒ Object
284 285 286 |
# File 'lib/paperclip/storage/s3.rb', line 284 def http_proxy_host using_http_proxy? ? @http_proxy[:host] : nil end |