Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions examples/service/docker_s3_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@
"\n",
"> **Important Note on `ENDPOINT_URL`:**\n",
"> - **Never** include a trailing slash (`/`) in the endpoint URL.\n",
"> - The same variables work with any S3-compatible storage (AWS S3, Backblaze B2, Cloudflare R2, MinIO): set `FSSPEC_S3_ENDPOINT_URL` to the S3 endpoint of your provider.\n",
"> - For AWS S3 you can leave `FSSPEC_S3_ENDPOINT_URL` unset, and the default AWS endpoint is used.\n",
"\n",
"#### **Verify the Setup**\n",
"\n",
Expand Down
2 changes: 2 additions & 0 deletions examples/service/postgres_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ dataset_storage:
# path: s3://<bucket>/workspace
# or
# path: gcs://<bucket>/workspace
# for s3, credentials and a custom endpoint come from the environment:
# FSSPEC_S3_KEY, FSSPEC_S3_SECRET, FSSPEC_S3_ENDPOINT_URL
# list of supported FS: https://filesystem-spec.readthedocs.io/en/latest/api.html#built-in-implementations