I want to serve static files, images specifically, for my flask app on heroku using a private S3 bucket.
I created a pre-signed url using boto3 with the access key ID and secret key of an IAM user with permissions. I used that url as the src for the img in my html file.
I looked at the url that it generates and it displays the bucket name …