diff options
Diffstat (limited to 'src/api/s3/cors.rs')
-rw-r--r-- | src/api/s3/cors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/s3/cors.rs b/src/api/s3/cors.rs index 37ea2e43..1ad4f2f8 100644 --- a/src/api/s3/cors.rs +++ b/src/api/s3/cors.rs @@ -9,7 +9,7 @@ use hyper::{header::HeaderName, Body, Method, Request, Response, StatusCode}; use serde::{Deserialize, Serialize}; -use crate::error::*; +use crate::s3::error::*; use crate::s3::xml::{to_xml_with_header, xmlns_tag, IntValue, Value}; use crate::signature::verify_signed_content; |