-
Notifications
You must be signed in to change notification settings - Fork 584
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-presigned-post): support S3 object post #1642
Conversation
f000efe
to
d1dfbc3
Compare
Codecov Report
@@ Coverage Diff @@
## master #1642 +/- ##
==========================================
+ Coverage 79.77% 79.84% +0.06%
==========================================
Files 325 327 +2
Lines 12087 12127 +40
Branches 2553 2558 +5
==========================================
+ Hits 9643 9683 +40
Misses 2444 2444
Continue to review full report at Codecov.
|
Addressed the documenting & formatting feedbacks in 5f45ba0, with some other changes in README. |
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. |
Add support for generating presigned post url and fields. Users can use them to upload file without AWS credentials.
This package is on parity with
s3.createPresignedPost()
in v2Resolves: #395
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.