Monday, October 24, 2022

[SOLVED] IBM Cloud Object Storage authorization key curl request

Issue

I was trying to download a file from my IBM Cloud Object storage using the following curl command,

curl "https://(endpoint)/(bucket-name)/(object-key)"-H "Authorization: bearer (token)"

got the end point from my IBM Object storage dashboard, what does object-key and token mean here. I was able to get 4 tokens for this particular service.

Thanks in advance.


Solution

After exploring i found the following details...

object-key : Object Name bearer token : IAM token



Answered By - Kashyap Ravichandran
Answer Checked By - Katrina (WPSolving Volunteer)