> @@ -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
I am not completely sure. Shouldn't we be trying to have the same outcome? The
question is if metadata should be completely overridden or appended when using
the abstraction, right?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/722/files#r27918060