You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This causes us not to call set_upload_size(), which in turn causes libcurl to set Transfer-Encoding: chunked, which in turn causes PutObject to S3 to fail when input is of type Base.GenericIOBuffer{Base.CodeUnits{UInt8, String}}.
I guess we should define arg_read_size(::GenericIOBuffer)?
The text was updated successfully, but these errors were encountered:
Through a weird series of events, I've discovered that
(This causes us not to call
set_upload_size()
, which in turn causes libcurl to setTransfer-Encoding: chunked
, which in turn causes PutObject to S3 to fail wheninput
is of typeBase.GenericIOBuffer{Base.CodeUnits{UInt8, String}}
.I guess we should define
arg_read_size(::GenericIOBuffer)
?The text was updated successfully, but these errors were encountered: