fix:Add etag to get object response

fix:Add etag to  get object response
This commit is contained in:
0xdx2
2025-07-31 11:31:15 +08:00
committed by GitHub

View File

@@ -983,6 +983,7 @@ impl S3 for FS {
content_type,
accept_ranges: Some("bytes".to_string()),
content_range,
e_tag: info.etag,
..Default::default()
};