Snapshot to GCS repository times out

Hi, I updated the configuration but the problem persists, I include the repository configuration:

{
  "gcs_repository": {
    "type": "gcs",
    "settings": {
      "bucket": "backup.<replaced>.com",
      "service_account": "_default_",
      "http": {
        "connect_timeout": "1m",
        "read_timeout": "1m"
      },
      "base_path": "elasticsearch/snapshots-v5",
      "compress": "true",
      "max_snapshot_bytes_per_sec": "100mb"
    }
  }
}