-
Notifications
You must be signed in to change notification settings - Fork 599
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(storage): adding lib/storage upload #1547
feat(storage): adding lib/storage upload #1547
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1547 +/- ##
==========================================
- Coverage 79.80% 79.71% -0.09%
==========================================
Files 298 302 +4
Lines 11502 11678 +176
Branches 2475 2489 +14
==========================================
+ Hits 9179 9309 +130
- Misses 2323 2369 +46
Continue to review full report at Codecov.
|
3f1de3f
to
ac3b0e5
Compare
You need to add Lines 88 to 92 in 17620d6
|
Codecov Report
@@ Coverage Diff @@
## master #1547 +/- ##
==========================================
- Coverage 79.92% 79.58% -0.34%
==========================================
Files 313 324 +11
Lines 11839 12056 +217
Branches 2504 2547 +43
==========================================
+ Hits 9462 9595 +133
- Misses 2377 2461 +84
Continue to review full report at Codecov.
|
10edc81
to
17a4dad
Compare
Browser test is necessary multipart upload. Can you create a Karma smoke test on browsers? It only needs to cover the code path that's executed in browsers(ReadableStream, etc.)? It's also important to verify the code works with bundlers? See here for an example using Webpack, or here for an example using Browserify. |
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.
Looks good to me. But the leavePartsOnError
config needs to negate.
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 #, if available:
Description of changes:
This feature is called multipart upload in JS SDK V2. This is how customers might use it.
Proposed Customer code:
This is how we propose to do it in v3.
"@aws-operations/storage"
contains many high level operations relating to storage, one of which is upload.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.