generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 221
Add S3 Express bucket metric tracking #4361
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
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
42760a7
Add S3 Express bucket metric tracking
vcjana dd2afbb
Bump crate versions and fix test assertions
vcjana bf5df1c
Fix S3 Express test
vcjana 4b2503c
Replaced to test_requests()
vcjana f2118a8
Fix test compilation errors
vcjana 0fc21ef
Remove unused import
vcjana 726a0cd
Fixed formatting issues
vcjana c384db9
Fix formatting in s3_expres
vcjana f851725
Fixed the removed checksum code and DefaultS3ExpressIdentityProvider
vcjana 26d6199
Add DefaultS3ExpressIdentityProvider test calling identity() and rest…
vcjana 0a44b51
Fixed formatting issues
vcjana 5857d6a
Added infallible_client_fn and removed some tests
vcjana 3cc5250
fixed formatting issues
vcjana ab8f0a0
Simplified the tests to use identity provider
vcjana f43b488
Trigger fresh CI run
vcjana 1ecbdb2
Add validation and codegen for custom validation exception traits (#4…
jasgin 3dba361
Trigger fresh CI run
vcjana aef4f64
Trigger fresh CI run
vcjana fd9d47f
Trigger fresh CI run-v2
vcjana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| applies_to: ["server"] | ||
| authors: ["jasgin"] | ||
| references: ["smithy-rs#4317"] | ||
| breaking: false | ||
| new_feature: true | ||
| bug_fix: false | ||
| --- | ||
| Adds validators and codegen support for the custom traits custom traits `@validationException`, `@validationMessage`, | ||
| `@validationFieldList`, `@validationFieldName`, and `@validationFieldMessage` for defining a custom validation exception | ||
| to use instead of `smithy.framework#ValidationException`. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.