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

update s3 stubs for integrity checks introduced in boto3==1.36.0 #89

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

asjohnston-asf
Copy link
Member

Starting with v1.36.0, boto3 now computes checksums for any get/put call and includes them in the call to the underlying API: boto/boto3#4392

In this case, we're testing a put_object call. Our stub for the underlying PutObject API call needs to include the ChecksumAlgorithm parameter now being included by boto3.

@asjohnston-asf asjohnston-asf added the bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version label Feb 1, 2025
@asjohnston-asf asjohnston-asf requested a review from a team as a code owner February 1, 2025 01:01
@asjohnston-asf asjohnston-asf merged commit 6a82517 into develop Feb 3, 2025
13 checks passed
@asjohnston-asf asjohnston-asf deleted the s3-crc branch February 3, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants