Skip to content

Commit d768af4

Browse files
committed
feat: add note about configuring aws to readme
1 parent f17184e commit d768af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ await stacrs.write("items.parquet", items)
4444
item_collection = await stacrs.read("items.parquet")
4545

4646
# You can search geoparquet files using DuckDB
47-
item_collection = await stacrs.search("items.parquet", ...)
47+
# If you want to search a file on s3, make sure to configure your AWS environment first
48+
item_collection = await stacrs.search("s3://bucket/items.parquet", ...)
4849

4950
# Use `search_to` for better performance if you know you'll be writing the items
5051
# to a file

0 commit comments

Comments
 (0)