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
Post a Comment