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

temporary pin for incompatibility with new boto version #82

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

knikolla
Copy link
Collaborator

@knikolla knikolla commented Feb 3, 2025

It seems boto3 1.36 added default integrity checks, breaking uploads to backblaze. boto/boto3#4401

resulting in the above error when uploading files

boto3.exceptions.S3UploadFailedError: Failed to upload /tmp/openstack_invoices.csv to nerc-invoicing/Invoices/2025-01/Service Invoices/NERC OpenStack 2025-01.csv: An error occurred (InvalidArgument) when calling the PutObject operation: Unsupported header 'x-amz-sdk-checksum-algorithm' received for this API call.

Temporary pinning boto3 to < 1.36 to resolve the issue until we have a proper fix in.

@knikolla knikolla merged commit 5b98074 into CCI-MOC:main Feb 3, 2025
3 checks passed
@knikolla knikolla deleted the fix/pin_boto branch February 3, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant