diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-18 18:57:50 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-18 21:47:53 +0100 |
commit | f6e805e7db7b35e9fc6baaad6ec953e30a443437 (patch) | |
tree | 904b5b61d02deb24c20b37c993b080c335d155c5 /src/api/common/signature/mod.rs | |
parent | 45e10e55f9761d79aa8d5b7dbaeb56d4d535629e (diff) | |
download | garage-f6e805e7db7b35e9fc6baaad6ec953e30a443437.tar.gz garage-f6e805e7db7b35e9fc6baaad6ec953e30a443437.zip |
api: various fixes
Diffstat (limited to 'src/api/common/signature/mod.rs')
-rw-r--r-- | src/api/common/signature/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/common/signature/mod.rs b/src/api/common/signature/mod.rs index 78518436..50fbd304 100644 --- a/src/api/common/signature/mod.rs +++ b/src/api/common/signature/mod.rs @@ -62,7 +62,6 @@ pub struct VerifiedRequest { pub request: Request<streaming::ReqBody>, pub access_key: Key, pub content_sha256_header: ContentSha256Header, - // TODO: oneshot chans to retrieve hashes after reading all body } pub async fn verify_request( |