Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[caringo]
type=s3
access_key_id=${S3_ACCESS_KEY}
secret_access_key=${S3_SECRET_KEY}
# Must NOT include default port 443 or 80 with rclone >1.47 to avoid signature errors!
endpoint=${S3_PROTOCOL}://${DOMAIN}:${S3_PORT}
location_constraint=
# The default 5MB part size is inefficient
chunk_size=100M
# The --s3-no-check-bucket option is required with rclone > v1.50 and gateway < 7.1 to avoid 409 errors (CLOUD-3213)!
no_check_bucket=true

...