Separate error types for k2v and signature

This commit is contained in:
Alex Auvolat
2022-05-13 15:43:44 +02:00
parent 7a5d329e49
commit ec16d166f9
14 changed files with 203 additions and 13 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ use super::LONG_DATETIME;
use super::{compute_scope, signing_hmac};
use crate::encoding::uri_encode;
use crate::s3::error::*;
use crate::signature::error::*;
pub async fn check_payload_signature(
garage: &Garage,