How to get a direct URL to a file on IBM Cloud Object Storage
问题 So, I have a bucket on IBM's Cloud Object Storage. In this bucket I have an file named 'test.png'. What I need is an URL i can use to access this file directly. An URL that I can just write on browser and the image will open on my browser. I've searched everywhere and could not find anything except for a "ObjectSQL URL" in this format: cos://{Region}/{Bucket}/{File} 回答1: Presuming that the bucket has public access enabled, the URL is just https://{endpoint}/{bucket}/{object} (or https://