Amazon web services – Using boto3 to get a presigned url for an S3 multi region access point
I have an EC2 instance in eu-west-2. I use python boto3 to generate a pre-signed URL that I return to the web browser to enable temporary access to files so that they can be displayed. I've set up replicated S3…