We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffe097 commit 0e3146aCopy full SHA for 0e3146a
src/put.jl
@@ -94,6 +94,7 @@ function putObjectImpl(x::AbstractStore, key::String, in::RequestBodyType;
94
end
95
# cleanup body
96
if body isa compressorstream(zlibng)
97
+ close(body)
98
body = body.stream
99
100
if in isa String
0 commit comments