java - openstack4j ObjectStorageService - Copy method not working -


org.openstack4j.api.storage objectstorageservice copy method not working

i think have gone according api. please see java doc here

string str = objectstorageservice.objects().copy(                 objectlocation.create("sourcecontainer","filename.txt"),                 objectlocation.create("destinationcontainer","filename.txt")); 

file present in source container. not know why not getting copied. when copied, must return checksum. null.

what think?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -