Skip to content

Commit 3230729

Browse files
add note about credentials (#78)
1 parent a9f542c commit 3230729

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

storage/clients.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ The [United States Geological Survey (USGS)](https://www.usgs.gov/) provides a w
128128

129129
Landsat data is available in a S3 bucket. The following code snippet demonstrates how to query and download Landsat data using the Tilebox Python SDK.
130130

131+
<Info>
132+
The USGS Landsat S3 bucket is a [requester-pays](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html) bucket.
133+
This means that you will need to have an AWS account to access the data, and then have your AWS credentials configured in your environment.
134+
Check out the [boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html) for more information on how to configure your credentials.
135+
</Info>
136+
131137
```python Python
132138
from pathlib import Path
133139

0 commit comments

Comments
 (0)