How can I generate TempURL for object on Object Storage of SoftLayer?
I currently use Ruby API and I can access my object after authenticate. But for external End Users, I need to generate public URL for that object which is can be accessed without authentication process.
I tried to generate Temp URL with expiration, but I cannot find key for hexdigest()
of HMAC. How can I found it? or is there any other way to get same result?
Answer myself.
I finally wrote a code for it, after doing some more search on it including:
So, I wrote a code(method) for it and make pull request(https://github.com/softlayer/softlayer-object-storage-ruby/pull/10), and I hope it will merged soon. anyway, If it is not accepted (yet), you can found my code at https://github.com/c12g/softlayer-object-storage-ruby