Skip to content

Commit 45bbd1e

Browse files
authored
Add etag to get object response
Add etag to get object response
1 parent 57d1967 commit 45bbd1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rustfs/src/storage/ecfs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ impl S3 for FS {
983983
content_type,
984984
accept_ranges: Some("bytes".to_string()),
985985
content_range,
986+
e_tag: info.etag,
986987
..Default::default()
987988
};
988989

0 commit comments

Comments
 (0)