We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48ccdc commit 53d947aCopy full SHA for 53d947a
lib/filey-diff/data-sources/aws_sdk_s3.rb
@@ -86,6 +86,7 @@ def last_modified_and_md5_from_gzipped(s3_object, path)
86
[s3_object.last_modified, md5]
87
else
88
tempfile = Tempfile.new(File.basename(path))
89
+ tempfile.binmode
90
tempfile.write s3_object_contents
91
tempfile.close
92
0 commit comments