Relative Content

Tag Archive for amazon-web-servicesimageamazon-s3mernpre-signed-url

Is sending AWS presigned url to frontend safe?

I use express and nodejs as backend , i upload the images/files in aws s3 using aws-sdk client and while retrieving and sending it to frontend i send a presigned url of the images everytime. My question is , is it safe ? because the url contains the bucketname and region along with other elements. I don’t want the users/any other person to know what’s happening. Is there a better method or anything to solve it ?