I'm getting the URL correctly (same one I see in AWS). The issue is that the image does not display, but it's actually stored in the bucket. I tried accessing the URL, and said access denied.
@Danlog It’s not. You can’t just view non-public files. And the IAM user the access key and secret key belongs to needs the GetObject permission to be able to generate signed URLs for private objects. If you don’t satisfy either of those requirements, then you’ll get Access Denied errors because, well, access is denied.