Skip to content

Commit

Permalink
comment s3credential line
Browse files Browse the repository at this point in the history
  • Loading branch information
asteiker committed Jul 3, 2024
1 parent a0dacd9 commit a63f04f
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docs/howto/edl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,11 @@
"metadata": {},
"source": [
"### Data in AWS\n",
"If the data we want to access is on AWS, we can use earthaccess to generate temporary S3 credentials for any of the DAACs. "
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "3108ff21-1ea2-449b-b2f5-b442dd3b61f5",
"metadata": {},
"outputs": [],
"source": [
"s3_credentials = auth.get_s3_credentials(\"NSIDC\")"
"If the data we want to access is on AWS, we can use earthaccess to generate temporary S3 credentials for any of the DAACs:\n",
"\n",
"```\n",
"s3_credentials = auth.get_s3_credentials(\"NSIDC\")\n",
"```"
]
},
{
Expand Down

0 comments on commit a63f04f

Please sign in to comment.