I am having a strange problem with ObjectsResource_GetMethod. I can list the contents of the bucket using ObjectsResource_ListMethod and I successfully GET an object that does not have a '/' in the name. The object list is
I can get checker.exr using the GetMethod interface, but I cannot get the TestSubDirectory/INSPECT_L_0000001.cam file. I encode the object name as TestSubDirectory%2FINSPECT_L_0000001.cam and invoke
ObjectsResource_GetMethod(storage, &credential, "pn_test_bucket", object_name);
When object_name is "checker.exr", everything is fine - but the encoded name does not work. I tried specifying the entire path name
with no luck. I also tried changing %2F back to '/' also with no luck.
Anyone with any ideas?