I have a file which needs to be uploaded to an s3 bucket which has public read access.
I need to use that s3 object's url somewhere else after uploading the file.
How do I get the url of the s3 object after it's been uploaded to the bucket?
I'm using aws-cli to upload the file:
aws s3 cp local_file s3_location
I'm looking probably for something like https://s3_bucket-region.amazonaws.com/folder/filename.format