{
  "version": 1,
  "accounts": {
    "example-object-storage": {
      "provider": "s3-compatible",
      "remote": "example_rclone_remote",
      "endpoint": "https://s3.example.invalid",
      "region": "example-region-1",
      "buckets": ["example-backups"]
    },
    "example-idrive-e2": {
      "provider": "idrive-e2",
      "remote": "example_idrive_e2_remote",
      "endpoint": "https://s3.example-region-1.idrivee2.com",
      "region": "example-region-1",
      "buckets": ["example-idrive-backups"]
    },
    "example-backblaze-b2": {
      "provider": "backblaze-b2",
      "remote": "example_b2_rclone_remote",
      "endpoint": "https://s3.us-west-000.backblazeb2.com",
      "region": "us-west-000",
      "buckets": ["example-b2-backups"]
    },
    "example-wasabi": {
      "provider": "wasabi",
      "remote": "example_wasabi_remote",
      "endpoint": "https://s3.us-east-1.wasabisys.com",
      "region": "us-east-1",
      "buckets": ["example-wasabi-backups"]
    }
  },
  "security": {
    "credentials": "Configure the named rclone remote outside this file. Never add access keys or private account names here.",
    "transfer_default": "dry-run",
    "allowed_providers": ["idrive-e2", "backblaze-b2", "wasabi", "s3-compatible"]
  }
}
