Skip to content

Commit

Permalink
changed target_options to remote_options
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Ra-g committed Aug 29, 2024
1 parent 07ca4bd commit 377a733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/using_references/Datatree.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
" url,\n",
" remote_protocol=\"s3\",\n",
" target_protocol=\"s3\",\n",
" target_options={\"anon\": True},\n",
" remote_options={\"anon\": True},\n",
" lazy=True,\n",
" )\n",
" return xr.open_dataset(\n",
Expand Down

0 comments on commit 377a733

Please sign in to comment.