-
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): support copy/delete/get/head object APIs #11515
feat(s3): support copy/delete/get/head object APIs #11515
Conversation
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 #11515 +/- ##
=====================================================
+ Coverage 83.49% 83.54% +0.05%
=====================================================
Files 299 307 +8
Lines 20997 21109 +112
Branches 4526 4534 +8
=====================================================
+ Hits 17531 17636 +105
- Misses 3178 3185 +7
Partials 288 288
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
202b62a
to
bfc4bee
Compare
* fix(s3): add URL polyfill for react-native
Description of changes
Support S3 client APIs:
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.