Backblaze · Arazzo Workflow
Backblaze Copy a File Into Another Bucket
Version 1.0.0
Authorize, locate a source file by listing, then server-side copy it into a destination bucket.
Provider
Workflows
copy-file-into-bucket
Resolve a source file and copy it into a destination bucket.
Authorizes the account, lists file versions in the source bucket to find the source fileId, then server-side copies that file into the destination bucket under a new name.
1
authorize
authorizeAccount
Log in to the B2 API to obtain the authorization token.
2
findSourceFile
listFileVersions
List the file versions in the source bucket to resolve the fileId of the file to copy.
3
copyFile
copyFile
Create a new file in the destination bucket by server-side copying the resolved source file.