public void copyObject(CasStoreMap casStoreMap, CasStoreObject src, OpsCasTarget opsCasTarget, File remoteFilePath,
boolean useStagingStore) throws OpsException {
log.info("Copying object from " + src + " to " + opsCasTarget);
try {
CasLocation targetLocation = opsCasTarget.getLocation();
CasStore stagingStore = null;
if (useStagingStore) {
// Find the nearest staging store
CasPickClosestStore pickClosest = new CasPickClosestStore(targetLocation);