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

Ah, `objectInfo` can be `null`, too? Then fine with this. Thanks!

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

Reply via email to