Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update s3_file.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunNatraaj committed Feb 27, 2023
1 parent 8a9f6ef commit 3c794ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3_file/libraries/s3_file.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'rest-client'
require 'time'
require 'openssl'
require 'base64'
Expand Down Expand Up @@ -225,6 +224,7 @@ def self.is_public_s3_endpoint?(url)
end

def self.client
require 'rest-client'
RestClient.proxy = ENV['http_proxy']
RestClient.proxy = ENV['https_proxy']
RestClient.proxy = ENV['no_proxy']
Expand Down

0 comments on commit 3c794ce

Please sign in to comment.