-
Notifications
You must be signed in to change notification settings - Fork 616
Feat: update and apply S3 middleware #478
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
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Codecov Report
@@ Coverage Diff @@
## smithy-codegen #478 +/- ##
==============================================
Coverage 94.6% 94.6%
==============================================
Files 68 68
Lines 1280 1280
Branches 254 254
==============================================
Hits 1211 1211
Misses 69 69 Continue to review full report at Codecov.
|
This commit adds support for the AWS JSON RPC protocols, building on top of the `HttpRpcProtocolGenerator` via the `JsonRpcProtocolGenerator` abstract class. Specific implementations are provided for `aws.json-1.0` and `aws.json-1.1`. Shared code between the JSON-based `ProtocolGenerator` implementations has been moved to a utils class, specific implementations have been updated. Insubstantial tweaks and documentation updates have also been made for clarity.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
This reverts commit 2fa77b5.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
* feat: migrate s3 middleware * feat: apply validate-bucket-name plugin
* feat: migrate s3 middleware * feat: apply validate-bucket-name plugin
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. |
Updates and applies S3 middleware
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.