Skip to content

Commit 65fdd89

Browse files
update-download-assets (#117)
1 parent 5474d20 commit 65fdd89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebooks/quickstarts/download-assets.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -1529,8 +1529,7 @@
15291529
"await stac_asset.download_item_collection(\n",
15301530
" search.item_collection(), \n",
15311531
" directory=\"data\", \n",
1532-
" make_directory=True, \n",
1533-
" s3_requester_pays=True\n",
1532+
" config=stac_asset.Config(make_directory=True, s3_requester_pays=True)\n",
15341533
")"
15351534
]
15361535
},

0 commit comments

Comments
 (0)