Url for the object with public-read acl

Hello,

I have created an object using s3 PutObject with acl set to public read. How do I construct a link to this object’s raw contents?

Ps. I have read through the three methods for sharing objects in the docs, but we are only interested in the s3 related methods as we are integrating with other s3 compatible storage as well.

Hello @tushar-saxena-yral,
Welcome to the forum!

Our GatewayMT doesn’t support globally public buckets, but you can use a linksharing service instead:

See also:

The only way to share an object via S3 is using a presigned URLs:

See also: