> @@ -796,9 +808,8 @@ public void testCopyBlobReplaceMetadata() throws 
> Exception {
>           } finally {
>              Closeables2.closeQuietly(is);
>           }
> -         // TODO: S3 overrideMetadataWith also overrides system metadata
> -         // TODO: Swift does not preserve system metadata
> -         //checkContentMetadata(toBlob);
> +         // TODO: Swift copy object *appends* user metadata, does not 
> overwrite

Alternatively we could try to fix up the metadata after the copy.  Agreed that 
the portable abstraction should act the same between providers.

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

Reply via email to