edl_s3_token | R Documentation |
Note that these S3 credentials will only work:
edl_s3_token(
daac = "https://data.lpdaac.earthdatacloud.nasa.gov",
username = default("user"),
password = default("password"),
prompt_for_netrc = interactive()
)
daac |
the base URL for the DAAC |
username |
EarthDataLogin user |
password |
EarthDataLogin Password |
prompt_for_netrc |
Often netrc is preferable, so this function will by default prompt the user to switch. Set to FALSE to silence this. |
On AWS instance in the us-west-2
region
Only for one hour before they expire
Only on the DAAC requested
Please consider using edl_netrc()
to avoid these limitations
list of access key, secret key, session token and expiration, invisibly. Also sets the corresponding AWS environmental variables.
edl_s3_token()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.