java - Get URL(link) of a public S3 object programmatically -


i storing 1 public object in aws s3 bucket using given java api in server need return public url of s3 object client

till have'nt found api call can return public url(or link field) of s3 object

is there way url??

 s3url = s3client.getresourceurl(bucket, s3relativetobucketpath); 

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -