Aws.use_bundled_cert!
Aws::S3::Resource.new(http_proxy: "http://proxy.com:8080")
Aws::S3::Client.new (http_proxy: "http://proxy.com:8080")
Ruby on Rails Expert
Aws.use_bundled_cert!
Aws::S3::Resource.new(http_proxy: "http://proxy.com:8080")
Aws::S3::Client.new (http_proxy: "http://proxy.com:8080")