Backblaze · Arazzo Workflow
Backblaze Large File Multi-Part Upload
Version 1.0.0
Authorize, start a large file, get a part upload URL, then finish the large file from its parts.
Provider
Workflows
large-file-upload
Start, prepare, and finish a multi-part large file upload.
Authorizes the account, starts a large file, obtains a part upload URL, and finishes the file by combining the supplied part SHA1 checksums.
1
authorize
authorizeAccount
Log in to the B2 API to obtain the authorization token.
2
startLargeFile
startLargeFile
Prepare the large file upload, returning the fileId used by the part-url and finish steps.
3
getUploadPartUrl
getUploadPartUrl
Obtain a URL and authorization token for uploading the parts of the large file identified by the fileId.
4
finishLargeFile
finishLargeFile
Assemble the uploaded parts into a single B2 file using the ordered array of part SHA1 checksums.