Starting to be S3 compatible

This commit is contained in:
Alex Auvolat
2020-04-24 17:46:52 +00:00
parent d8f5e643bc
commit f2e05986c4
8 changed files with 543 additions and 38 deletions
+6
View File
@@ -17,6 +17,10 @@ garage_core = { path = "../core" }
bytes = "0.4"
hex = "0.3"
log = "0.4"
chrono = "0.4"
sha2 = "0.8"
hmac = "0.7"
crypto-mac = "0.7"
futures = "0.3"
futures-util = "0.3"
@@ -24,5 +28,7 @@ tokio = { version = "0.2", default-features = false, features = ["rt-core", "rt-
http = "0.2"
hyper = "0.13"
url = "2.1"
httpdate = "0.3"