>        sync.removeObject(container, key);
> +
> +      if (!Strings.isNullOrEmpty(objectManifest)) {
> +         removeObjectsWithPrefix(objectManifest);
> +      }
> +   }
> +
> +   private String getObjectManifest(String container, String key) {
> +      MutableObjectInfoWithMetadata info = sync.getObjectInfo(container, 
> key);
> +      return info.getObjectManifest();
> +   }

Will do

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/123/files#r5927106

Reply via email to