Backblaze · Arazzo Workflow
Backblaze Clean Up Unfinished Large Files
Version 1.0.0
Authorize, list unfinished large files in a bucket, then cancel the first stalled upload found.
Provider
Workflows
cleanup-unfinished-large-files
Find an abandoned large upload in a bucket and cancel it.
Authorizes the account, lists unfinished large files in the target bucket, and cancels the first one found to free its parts.
1
authorize
authorizeAccount
Log in to the B2 API to obtain the authorization token.
2
listUnfinished
listUnfinishedLargeFiles
List large file uploads that have been started but not finished or cancelled in the target bucket.
3
cancelLargeFile
cancelLargeFile
Cancel the first unfinished large file upload, deleting all of the parts that had been uploaded for it.