-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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(s3): implement listObjectsV2 #11504
feat(s3): implement listObjectsV2 #11504
Conversation
544a8c5
to
a1ad088
Compare
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## v5/custom-clients #11504 +/- ##
=====================================================
+ Coverage 83.37% 83.47% +0.09%
=====================================================
Files 286 295 +9
Lines 20770 20927 +157
Branches 4482 4515 +33
=====================================================
+ Hits 17318 17468 +150
- Misses 3163 3171 +8
+ Partials 289 288 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
packages/storage/src/AwsClients/S3/runtime/xhrTransferHandler.ts
Outdated
Show resolved
Hide resolved
packages/storage/src/AwsClients/S3/runtime/xhrTransferHandler.ts
Outdated
Show resolved
Hide resolved
packages/storage/__tests__/AwsClients/xhrTransferHandler-util-test.ts
Outdated
Show resolved
Hide resolved
packages/storage/__tests__/AwsClients/xhrTransferHandler-util-test.ts
Outdated
Show resolved
Hide resolved
packages/storage/__tests__/AwsClients/xhrTransferHandler-util-test.ts
Outdated
Show resolved
Hide resolved
d77b8e1
to
be4a542
Compare
0fc5bfd
to
7e73046
Compare
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.
✨
Sanity check: the build failure should not be related to the changes in the PR correct?
…to the endpoint resolver
Co-authored-by: Hui Zhao <10602282+HuiSF@users.noreply.github.com>
7e73046
to
7bd89c9
Compare
Co-authored-by: Hui Zhao <10602282+HuiSF@users.noreply.github.com>
Description of changes
Add the listObjectsV2 API of the S3 custom client.
Description of how you validated changes
emitter
configChecklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.