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.
After exploring i found the following details...
object-key : Object Name bearer token : IAM token