We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bc43e commit 14329ffCopy full SHA for 14329ff
tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md
@@ -77,7 +77,7 @@ bucket = "nasa-irsa-wise"
77
folder = "wise/allwise/catalogs/p3as_psd/healpix_k5"
78
parquet_root = f"{bucket}/{folder}/wise-allwise.parquet"
79
80
-fs = S3FileSystem(region="us-west-2") # the bucket is in region us-west-2
+fs = S3FileSystem(region="us-west-2", anonymous=True) # the bucket is in region us-west-2
81
```
82
83
These limits will be used to query the catalog using specific filters created in examples below.
0 commit comments