Search found 2 matches

by lesimppa
Thu Jun 01, 2023 9:18 am America/New_York
Forum: Questions/Comments
Question: Direct access to S3 data from outside EC2
Replies: 1

Direct access to S3 data from outside EC2

Hi everyone, Thanks for making the data public. It's awesome and very easy to download with the HTTP endpoint. We are building a distributed system that consumes data from LPDAAC and the HTTP endpoint is a little slow for our needs. I've been trying to access assets via S3 as shown in this notebook:...
by lesimppa
Thu Jun 01, 2023 7:44 am America/New_York
Forum: Questions/Comments
Question: Unable to access HLSS30.020 on aws s3
Replies: 10

Re: Unable to access HLSS30.020 on aws s3

Hi everyone! Thanks so much for investigating the error already. I've been trying to access s3 directly as the HTTP API is a bit slow in our distributed environment. I'm running into a similar error (403 Forbidden) with this minimal code: import boto3 S3_LPDAAC_CREDENTIALS_ENDPOINT = 'https://data.l...