Skip to content
New issue

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

Latest boto3 library incompatible with barman #1057

Open
mnencia opened this issue Jan 20, 2025 · 2 comments
Open

Latest boto3 library incompatible with barman #1057

mnencia opened this issue Jan 20, 2025 · 2 comments
Labels

Comments

@mnencia
Copy link
Member

mnencia commented Jan 20, 2025

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.

@martinmarques
Copy link
Contributor

Thanks Marco for pointing this out. We'll apply the workaround now and work on supporting the new version of Boto

@martinmarques
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants