From ff4c717dafbfae129530df7d6c8ef7b376ec9b55 Mon Sep 17 00:00:00 2001 From: Andy Barrett Date: Mon, 4 Nov 2024 12:30:33 -0700 Subject: [PATCH] Update docs/user_guide/authenticate.md Fix typo Co-authored-by: Matt Fisher <3608264+mfisher87@users.noreply.github.com> --- docs/user_guide/authenticate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/authenticate.md b/docs/user_guide/authenticate.md index 7303b61f..37e71648 100644 --- a/docs/user_guide/authenticate.md +++ b/docs/user_guide/authenticate.md @@ -126,7 +126,7 @@ earthaccess.login(system=earthaccess.UAT) ``` -## Using `earthaccess` to get credentials +## Using `earthaccess` to get S3 credentials `earthaccess.login` is a very convenient way to manage and provide Earthdata Login credentials. `earthaccess.login` can also be used to obtain S3 credentials to access NASA Earthdata Cloud. If you use `earthaccess` to access data in the cloud, you do not have to use this option, `earthaccess` handles this. However, if you are using other packages, such as `h5coro`, `earthaccess` can save a lot of time.