1 Answers
Hi there,
This could be a couple of different things, check to make sure the region used in CLI matches the region the bucket was created in. Also make sure the expire time hasn’t already passed (you created the URL to be good for 60 seconds, and a minute has passed by the time it was used). Default is 3600s.
S3 is global right?
Nope. Regional. That’s why you have features like Cross Site Replication..
That fixed it for myself. My CLI config was is a different region than the bucket, got a redirect error. Changed the CLI config to match the region of the bucket and it worked.