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

S3Client breaking change: DEFAULT requests must pass operation_name #574

Merged
merged 6 commits into from
Jul 3, 2024

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Jun 21, 2024

Issue:
see: awslabs/aws-c-s3#439

Description of changes:

  • S3Client.make_request() now requires operation_name to be set when type is S3RequestType.DEFAULT. (see S3 API for canonical list of names)
  • latest submodules:
    aws-c-cal          v0.6.15 -> v0.7.1
    aws-c-common       v0.9.21 -> v0.9.23
    aws-c-s3           v0.5.10 -> v0.6.0
    aws-lc             v1.29.0 -> v1.31.0
    s2n                v1.4.16 -> v1.4.17
    

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

aws-c-cal          v0.6.15 -> v0.7.0
aws-c-common       v0.9.21 -> v0.9.23
aws-c-s3           v0.5.10 -> v0.6.0
aws-lc             v1.29.0 -> v1.31.0
s2n                v1.4.16 -> v1.4.17
@graebm graebm merged commit 1424d91 into main Jul 3, 2024
65 checks passed
@graebm graebm deleted the s3-operation-name-required branch July 3, 2024 21:17
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.

None yet

3 participants