> 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();
> + }
I inlined it but then put it back when I added a null check in
9fbb98b20cab916d20016dc94c3537d43b7b1a59. Happy to inline it again if you like.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/123/files#r5927895