Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: commented out no_check_bucket option

...

[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
# TheThis --s3-no-check-bucket option breaks mkdir but is required with rclonegateway >< v17.501 and gatewayrclone <> 7v1.150 to avoid 409 errors (CLOUD-3213)!.
# no_check_bucket=true

For example, if your S3 domain / endpoint isĀ "https://mydomain.cloud.caringo.com" you can create a token with:

...