Skip to content

Commit

Permalink
Clarify GCS
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed Aug 12, 2024
1 parent 75d08c1 commit 48a2e86
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit 48a2e86

Please sign in to comment.