fix(s3): honor CopyObject tagging directives (#5165)

Closes rustfs/backlog#1462.
This commit is contained in:
cxymds
2026-07-24 10:30:43 +08:00
committed by GitHub
parent 0269c47bc6
commit a2fc6e15df
11 changed files with 797 additions and 37 deletions
+1
View File
@@ -179,6 +179,7 @@ uuid = { workspace = true, features = ["v4", "fast-rng", "macro-diagnostics"] }
zip = { workspace = true }
libc = { workspace = true }
rand = { workspace = true, features = ["serde"] }
regex = { workspace = true }
aes-gcm = { workspace = true, features = ["rand_core"] }
chacha20poly1305 = { workspace = true }