We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boto3 1.36.0 changed the way S3 integrity is checked, and it is no longer compatible with the old code.
That's the error it generates:
An error occurred (MissingContentLength) when calling the PutObject operation
As a workaround, you can pin the version 1.35.99.
The text was updated successfully, but these errors were encountered:
Thanks Marco for pointing this out. We'll apply the workaround now and work on supporting the new version of Boto
Sorry, something went wrong.
We'll be delivering the workaround in 3.13 which we plan on releasing next month. Proper support for Boto 1.36+ will come later
No branches or pull requests
Boto3 1.36.0 changed the way S3 integrity is checked, and it is no longer compatible with the old code.
That's the error it generates:
As a workaround, you can pin the version 1.35.99.
The text was updated successfully, but these errors were encountered: