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
6 changes: 6 additions & 0 deletions spiceaidocs/docs/data-connectors/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,9 @@ Create a dataset named `taxi_trips` from a public S3 folder.
- from: s3://spiceai-demo-datasets/taxi_trips/2024/
name: taxi_trips
```

## Limitations

- Automatic discovery of nested paths are not yet supported. Only Parquet files in the root of the endpoint path will be loaded.

- Only S3 authentication using `aws_access_key_id` and `aws_secret_access_key` is currently supported. Please [submit an issue](https://github.com/spiceai/spiceai/issues/new?template=feature_request.md) if you would like to see support for other authentication methods.