We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0c8e8 commit 675f8ccCopy full SHA for 675f8cc
lib/fog/core.rb
@@ -1,5 +1,4 @@
1
# external core dependencies
2
-require "base64"
3
require "cgi"
4
require "uri"
5
require "excon"
lib/fog/storage.rb
@@ -59,7 +59,6 @@ def self.parse_data(data)
59
headers: {
60
"Content-Length" => get_body_size(data),
61
"Content-Type" => get_content_type(data)
62
- # "Content-MD5" => Base64.encode64(Digest::MD5.digest(metadata[:body])).strip
63
}
64
65
end
0 commit comments