mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 11:06:17 +00:00
feat: include user-defined metadata in S3 response (#431)
This commit is contained in:
@@ -984,6 +984,7 @@ impl S3 for FS {
|
|||||||
accept_ranges: Some("bytes".to_string()),
|
accept_ranges: Some("bytes".to_string()),
|
||||||
content_range,
|
content_range,
|
||||||
e_tag: info.etag,
|
e_tag: info.etag,
|
||||||
|
metadata: Some(info.user_defined),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user