Add listen_bucket_notification() API (#15)

Signed-off-by: Bala.FA <bala@minio.io>
This commit is contained in:
Bala FA
2022-08-31 20:50:33 +05:30
committed by GitHub
parent f88c9dd919
commit c21dda1492
8 changed files with 406 additions and 39 deletions

View File

@@ -27,6 +27,9 @@ xmltree = "0.10.3"
http = "0.2.8"
dashmap = "5.3.4"
rand = "0.8.5"
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
[dependencies.reqwest]
version = "0.11.11"