Download Backblaze B2 with YAML

YAML parameters for Download Backblaze B2

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to DOWNLOAD_BACKBLAZE_B2.
bucket_name RequiredStringThe name of the Backblaze B2 Bucket.
source_path RequiredStringThe path from which the file will be downloaded.
destination_path RequiredStringThe path in which the file will be saved.
integration RequiredStringThe ID of the integration.
region RequiredStringThe name of the Backblaze region.
overwriteBooleanReplace files if they already exist.
recursiveBooleanIf set to true, the whole directory tree is downloaded. Otherwise only the files from the path are downloaded.
deployment_excludesString[]The paths and/or files that will be excluded from the upload.
deployment_includesString[]The exceptions from the ignore patterns set in deployment_excludes.

YAML example for Download Backblaze B2

yaml
actions: - action: "Download files from Backblaze B2/bucketname" type: "DOWNLOAD_BACKBLAZE_B2" bucket_name: "bucketname" source_path: "source" destination_path: "destination" recursive: true overwrite: true integration: "my_integration" region: "us-east-005" download_excludes: - "/tmp" - "*.log" download_includes: - "/tmp/assets" - "/tmp/styles"

Last modified on Sep 24, 2024