diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-13 15:10:52 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-13 15:10:52 +0200 |
commit | f82b938033f1a01a136315b5f37ecb89b78bca0c (patch) | |
tree | aacba0081d4bd854f3d29a6b9d94202ef94b980d /src/api/helpers.rs | |
parent | 96b11524d53b3616a28f33e2b057655be1639f6f (diff) | |
download | garage-f82b938033f1a01a136315b5f37ecb89b78bca0c.tar.gz garage-f82b938033f1a01a136315b5f37ecb89b78bca0c.zip |
Rename error::Error to s3::error::Error
Diffstat (limited to 'src/api/helpers.rs')
-rw-r--r-- | src/api/helpers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/helpers.rs b/src/api/helpers.rs index e94e8b00..121fbd5a 100644 --- a/src/api/helpers.rs +++ b/src/api/helpers.rs @@ -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)] |