feat: support bucket tagging

Closes #41
Signed-off-by: bestgopher <84328409@qq.com>
This commit is contained in:
bestgopher
2024-08-26 23:29:31 +08:00
parent f4fea92cea
commit 61cf686527
6 changed files with 144 additions and 4 deletions
+2 -1
View File
@@ -54,4 +54,5 @@ tower = { version = "0.4.13", features = ["timeout"] }
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
transform-stream = "0.3.0"
transform-stream = "0.3.0"
log = "0.4.22"