-
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 multiparts upload APIs #11514
feat(s3): implement multiparts upload APIs #11514
Conversation
eb7b076
to
ab35838
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 #11514 +/- ##
=====================================================
+ Coverage 83.49% 83.57% +0.07%
=====================================================
Files 299 309 +10
Lines 20997 21166 +169
Branches 4526 4545 +19
=====================================================
+ Hits 17531 17689 +158
- Misses 3178 3189 +11
Partials 288 288
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Description of changes
Support the multipart upload APIs on the S3 client:
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.