Download Backblaze B2 with YAML
YAML parameters for Download Backblaze B2
Name | Type | Description |
---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Should be set to DOWNLOAD_BACKBLAZE_B2 . |
bucket_name Required | String | The name of the Backblaze B2 Bucket. |
source_path Required | String | The path from which the file will be downloaded. |
destination_path Required | String | The path in which the file will be saved. |
integration_hash Required | String | The ID of the integration. |
region Required | String | The name of the Backblaze region. |
overwrite | Boolean | Replace files if they already exist. |
recursive | Boolean | If set to true , the whole directory tree is downloaded. Otherwise only the files from the path are downloaded. |
deployment_excludes | String[] | The paths and/or files that will be excluded from the upload. |
deployment_includes | String[] | The exceptions from the ignore patterns set in deployment_excludes . |
YAML example for Download Backblaze B2
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_hash: "5ddb7c180fb38be67bd78a88a"
region: "us-east-005"
download_excludes:
- "/tmp"
- "*.log"
download_includes:
- "/tmp/assets"
- "/tmp/styles"
Last modified on June 6, 2023