-
Notifications
You must be signed in to change notification settings - Fork 578
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 generating endpoints from multi-region access point #2796
Conversation
This reverts commit cfb3fff.
d23451a
to
59ee218
Compare
Codecov Report
@@ Coverage Diff @@
## main #2796 +/- ##
==========================================
+ Coverage 60.17% 60.41% +0.24%
==========================================
Files 548 554 +6
Lines 28592 28883 +291
Branches 7000 7076 +76
==========================================
+ Hits 17204 17450 +246
- Misses 11388 11433 +45
Continue to review full report at Codecov.
|
59ee218
to
ed7cc09
Compare
… usage This makes sure the type of CRT package is available and the Lerna builds packages in right order--build crt signer package before buiding s3 middleware package.
ed7cc09
to
2c6efa8
Compare
f2874d5
to
d42f69e
Compare
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. |
Issue
Reverts: cfb3fff.
This change marks
@aws-sdk/signature-v4-crt
package is peer dependency. It makes sure the SDK won't install the package out-of-box. Because the@aws-sdk/signature-v4-crt
package contains native code, it takes up 10MB on disk, and it is only required for signing MRAP request. So for users requiring this feature, they need to install the package explicitly.TODO: Create
Known Issues
to the README.md too document users to install@aws-sdk/signature-v4-crt
package explicitlyTesting
Manual test(Lambda, Lambda with bundler, Browser with Webpack), Unit test
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.