mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-16 17:20:33 +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()),
|
||||
content_range,
|
||||
e_tag: info.etag,
|
||||
metadata: Some(info.user_defined),
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user