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
@@ -16,7 +16,7 @@ use garage_model::s3::version_table::Version;
use garage_table::{EmptyKey, EnumerationOrder};
use crate::encoding::*;
use crate::error::*;
use crate::s3::error::*;
use crate::helpers::key_after_prefix;
use crate::s3::put as s3_put;
use crate::s3::xml as s3_xml;