Rename error::Error to s3::error::Error

This commit is contained in:
Alex Auvolat
2022-05-13 15:10:52 +02:00
parent 96b11524d5
commit f82b938033
27 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use garage_util::data::*;
use garage_model::garage::Garage;
use garage_model::key_table::Key;
use crate::error::*;
use crate::s3::error::*;
/// What kind of authorization is required to perform a given action
#[derive(Debug, Clone, PartialEq, Eq)]