mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 19:16:17 +00:00
Add etag to get object response
Add etag to get object response
This commit is contained in:
@@ -983,6 +983,7 @@ impl S3 for FS {
|
|||||||
content_type,
|
content_type,
|
||||||
accept_ranges: Some("bytes".to_string()),
|
accept_ranges: Some("bytes".to_string()),
|
||||||
content_range,
|
content_range,
|
||||||
|
e_tag: info.etag,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user