Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/components/data-connectors/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ SELECT COUNT(*) FROM cool_dataset;
| `s3_auth` | Authentication type. Options: `public`, `key` and `iam_role`. Defaults to `public` if `s3_key` and `s3_secret` are not provided, otherwise defaults to `key`. |
| `s3_key` | Access key (e.g. `AWS_ACCESS_KEY_ID` for AWS) |
| `s3_secret` | Secret key (e.g. `AWS_SECRET_ACCESS_KEY` for AWS) |
| `s3_session_token` | Session token (e.g. `AWS_SESSION_TOKEN` for AWS) for temporary credentials |
| `allow_http` | Enables insecure HTTP connections to `s3_endpoint`. Defaults to `false`. |
| `schema_source_path` | Specifies the URL used to infer the dataset schema. Default to the most recently modified file |

Expand Down