diff --git a/galaxy.yml b/galaxy.yml index 6fcddcd..da7c180 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: paritytech name: chain # The version of the collection. Must be compatible with semantic versioning -version: 1.10.8 +version: 1.10.9 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/node_backup/templates/rclone/rclone.conf.j2 b/roles/node_backup/templates/rclone/rclone.conf.j2 index 3fea0d9..495a157 100644 --- a/roles/node_backup/templates/rclone/rclone.conf.j2 +++ b/roles/node_backup/templates/rclone/rclone.conf.j2 @@ -12,8 +12,10 @@ acl = private upload_cutoff = 1024M upload_concurrency = {{ node_backup_max_concurrent_requests }} chunk_size = 256M +{% if node_backup_s3_provider == "Cloudflare" %} no_check_bucket = true {% endif %} +{% endif %} {% if node_backup_targets | json_query('[].type') | intersect(_node_backup_gcp_types) | length > 0 %} [GCPbackups]