Search found 1 match
- Mon Jan 22, 2024 4:39 am America/New_York
- Forum: Home
- Question: Trouble accessing files via S3
- Replies: 2
Trouble accessing files via S3
Hello, I'm trying to download a bunch of MODIS data via a python script using S3 and can't seem to get it working. This is my script: ``` import boto3 import s3fs token = <token from earthdata> cred_url = "https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials" header={"Authorizati...