-
Notifications
You must be signed in to change notification settings - Fork 592
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
feat: glacier checksum middleware #789
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## smithy-codegen #789 +/- ##
==================================================
+ Coverage 92.24% 92.38% +0.13%
==================================================
Files 144 147 +3
Lines 2851 2915 +64
Branches 489 509 +20
==================================================
+ Hits 2630 2693 +63
- Misses 221 222 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Node.js changes LGTM
...gen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBlobReaderDependency.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you for applying the changes. I just have 2 more small issues.
packages/middleware-sdk-glacier/src/add-glacier-api-version.spec.ts
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
8054b55
to
c9c4b71
Compare
...n/java/software/amazon/smithy/aws/typescript/codegen/AddBodyChecksumGeneratorDependency.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Adds addChecksumHeadersMiddleware which computes and sets x-amz-content-sha256 and x-amz-sha-256-tree-hash headers for Glacier client
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.