Tag: object storage
-
Create a presigned URL to download an object in Python 3.x
Presigned URLs in Cloud Object Storage create a temporary link that can be used to share an object publicly for direct download. In one of my serverless(IBM Cloud Functions) proof of concepts, I had an idea of creating a presigned URL. As all my actions are written in Python 3.x, I decided to automate the…
