Skip to content

Commit 14329ff

Browse files
committed
Explicitly use an anonymous s3 connection
1 parent 15bc43e commit 14329ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ bucket = "nasa-irsa-wise"
7777
folder = "wise/allwise/catalogs/p3as_psd/healpix_k5"
7878
parquet_root = f"{bucket}/{folder}/wise-allwise.parquet"
7979
80-
fs = S3FileSystem(region="us-west-2") # the bucket is in region us-west-2
80+
fs = S3FileSystem(region="us-west-2", anonymous=True) # the bucket is in region us-west-2
8181
```
8282

8383
These limits will be used to query the catalog using specific filters created in examples below.

0 commit comments

Comments
 (0)