mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update s3.md
This commit is contained in:
parent
b11663886c
commit
57d3d641f5
@ -19,7 +19,7 @@ ENGINE = S3(path, [aws_access_key_id, aws_secret_access_key,] format, structure,
|
||||
- `path` — Bucket url with path to file. Supports following wildcards in readonly mode: *, ?, {abc,def} and {N..M} where N, M — numbers, `’abc’, ‘def’ — strings.
|
||||
- `format` — The [format](../../../interfaces/formats.md#formats) of the file.
|
||||
- `structure` — Structure of the table. Format `'column1_name column1_type, column2_name column2_type, ...'`.
|
||||
- `compression` — Parameter is optional, currently ‘gzip’ is the only option but other methods are being added.
|
||||
- `compression` — Parameter is optional, gzip, br, xz, zstd are supported.
|
||||
|
||||
**Example:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user