From 74f9782fc38884b53c444594da87fdb182a139df Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 24 Jan 2025 22:05:58 +0700 Subject: [PATCH] chore(doc): fix explanation on gcs creds retrieval (#2272) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6afcaf146..ff77b982e 100644 --- a/README.md +++ b/README.md @@ -519,8 +519,8 @@ See [examples](examples) for quick start. It is recommended to duplicate and mod train_on_split: validation # loading from s3 or gcs - # s3 creds will be loaded from the system default and gcs only supports public access - - path: s3://path_to_ds # Accepts folder with arrow/parquet or file path like above. Supports s3, gcs. + # s3 creds will be loaded from the system default / gcs will attempt to load from gcloud creds, google metadata service, or anon + - path: s3://path_to_ds # Accepts folder with arrow/parquet or file path like above ... # Loading Data From a Public URL