I am storing one public object in AWS S3 bucket using given java API in my server Now i need to return back the public URL of the S3 object to my client
Till now i h
s3Client.getUrl(AWS_BUCKET, s3RelativeFilePath).toExternalForm();
older versions had:
s3Client.getResourceUrl(bucket, s3RelativeToBucketPath);