I use Amazon S3 to store images for my web and iOS apps.
I wonder if I can safely hardcode my bucket of URLs when retrieving images? So I do not need to make another API call just to get my URL.
For example, hardcoding is in my application code:
https://s3.eu-central-1.amazonaws.com/mybucket/images/{some_var}
source share