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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -