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
I'm facing this issue when trying to .put('some-key', b'') (empty object) to S3 storage, other sizes work ok:
Exception: Generic S3 error: Error performing put request data: response error "<?xml version="1.0" encoding="UTF-8"?><Error><Code>MissingContentLength</Code><Message>You must provide the Content-Length HTTP header.</Message></Error>", after 0 retries: HTTP status client error (411 Length Required) for url
The text was updated successfully, but these errors were encountered:
Hello, thx for porting object-store to python!
I'm facing this issue when trying to
.put('some-key', b'')
(empty object) to S3 storage, other sizes work ok:The text was updated successfully, but these errors were encountered: