0

I've worked through all the threads concerning this problem but haven't found anything.

Whenever I try to download a file from Wasabi S3, I get a 403 forbidden error. The file is uploaded with a pre-signed url that was signed with the same access key as the one I am using for the download request.

For the signed url I tried setting the ACL to "private" as well as "public-read". But that hasn't changed anything. I did also experiment with different access keys with different permissions for signing and downloading. But also no change.

Any more suggestions would be highly appreciated.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Max
  • 754
  • 8
  • 24

1 Answers1

1

Long story short, the endpoint_url parameter is not optional when initializing boto3.client.

Max
  • 754
  • 8
  • 24