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
Post a Comment