Backblaze · Arazzo Workflow
Backblaze Upload a File
Version 1.0.0
Authorize, request a bucket upload URL, then upload a single file to that bucket.
Provider
Workflows
upload-file
Upload a single file to a bucket via a freshly issued upload URL.
Authorizes the account, requests an upload URL and token for the target bucket, and uploads the file content with the required content metadata headers.
1
authorize
authorizeAccount
Log in to the B2 API to obtain the authorization token required before an upload URL can be requested.
2
getUploadUrl
getUploadUrl
Request an upload URL and a short-lived upload authorization token scoped to the target bucket.
3
uploadFile
uploadFile
Upload the file content to the bucket-specific upload URL using the upload authorization token and the required X-Bz content metadata headers.