You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S3 object can contain user meta data which are stored by 'x-amz-meta-*' header on PUT Object, and 'PUT Object - Copy' API should copy these meta data. Riak CS doesn't do that.
This bug is found by one of ceph tests. After the fix, the test can be enabled.
When copying an object, you can preserve most of the metadata (default) or specify new metadata.
However, the ACL is not preserved and is set to private for the user making the request.
S3 object can contain user meta data which are stored by 'x-amz-meta-*' header on PUT Object, and 'PUT Object - Copy' API should copy these meta data. Riak CS doesn't do that.
This bug is found by one of ceph tests. After the fix, the test can be enabled.
reproduction
put a object with 2 meta data.
get a object
copy a object
get a copied object
The text was updated successfully, but these errors were encountered: