-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Support multi-part uploads in JS API #115
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
Merged
lucaas
merged 23 commits into
main
from
backlog/multipart-upload-in-studio/support-multipart-uploading-in-js-api
Jun 13, 2023
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b5c80d9
Add tests for splitFileExtension
lucaas 16c2d94
Merge remote-tracking branch 'origin/main' into backlog/multipart-upl…
lucaas cfe44d4
refactor: Move session.createComponent to Uploader
lucaas ba74ec8
Add getChunkSize util
lucaas f6e6c30
feat: Multipart uploads
lucaas 31a5da0
Add docstrings
lucaas 71ced51
Merge remote-tracking branch 'origin/main' into backlog/multipart-upl…
lucaas e3e9a3e
Add new backOff util
lucaas 1bcb31a
Async-ify uploadNextChunk, use backOff util
lucaas f77b79a
Promisify methods, floor progress callback, format
lucaas 71c99fa
More docstrings
lucaas 36fa25f
Add tests for uploader
lucaas bb1e88f
Add tests for aborting, callbacks
lucaas cfe31ef
Use backOff for single-part uploads as well
lucaas 6a49bc6
Update to snake_case API
lucaas c26e5fe
Add debug variables for investigating upload params
lucaas b7c47ea
Fix tests
lucaas 4a4759f
Don't lint yarn sources
lucaas b76e737
Do not re-attempt aborted requests
lucaas b97331a
Update fixture to new format
lucaas 3c909b4
Merge branch 'main' into backlog/multipart-upload-in-studio/support-m…
lucaas dcdbcf4
Remove underscore number seperator, only supported in recent browsers
lucaas cb1d7fd
Merge branch 'backlog/multipart-upload-in-studio/support-multipart-up…
lucaas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ coverage/ | |
build/ | ||
dist/ | ||
.eggs/ | ||
.yarn/ | ||
renovate.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.