From 48a2e865ca96122ccd166e4b1f0736130bbcb4c2 Mon Sep 17 00:00:00 2001 From: jochen Date: Mon, 12 Aug 2024 08:32:22 +0200 Subject: [PATCH] Clarify GCS --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7b8513a..6164d1c 100644 --- a/README.md +++ b/README.md @@ -365,13 +365,13 @@ This object _MAY_ be extended with [Specification Extensions](#specification-ext #### S3 Server Object -| Field | Type | Description | -|-------------|----------|------------------------------------------------------------------------------------------------------------------| -| type | `string` | `s3` | -| location | `string` | S3 URL, starting with `s3://` | -| endpointUrl | `string` | The server endpoint for S3-compatible servers, such as `https://minio.example.com` | -| format | `string` | Format of files, such as `parquet`, `delta`, `json`, `csv` | -| delimiter | `string` | (Only for format = `json`), how multiple json documents are delimited within one file, e.g., `new_line`, `array` | +| Field | Type | Description | +|-------------|----------|-------------------------------------------------------------------------------------------------------------------------| +| type | `string` | `s3` | +| location | `string` | S3 URL, starting with `s3://` | +| endpointUrl | `string` | The server endpoint for S3-compatible servers, such as MioIO or Google Cloud Storage, e.g., `https://minio.example.com` | +| format | `string` | Format of files, such as `parquet`, `delta`, `json`, `csv` | +| delimiter | `string` | (Only for format = `json`), how multiple json documents are delimited within one file, e.g., `new_line`, `array` | Example (AWS S3):