Search found 2 matches

by psarka_hydrosat
Fri Mar 10, 2023 8:43 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

Thank you @afriesz!

I did indeed forget that one needs to be in that region, this resolves half of the issue. Another half is missing `Prefix=''` argument in the list function, now everything works.
by psarka_hydrosat
Mon Mar 06, 2023 9:07 am America/New_York
Forum: Questions/Comments
Question: Unable to access HLSS30.020 on aws s3
Replies: 10

Unable to access HLSS30.020 on aws s3

I'm unable to access hls data on the `lp-prod-protected` bucket anymore. It was working a month ago, but it no longer works today. I'm getting s3 credentials fine, I tried creating a new account as well, same error. Here is a code snipped for reproduction: ``` import boto3 import requests user = CEN...