mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-27 16:28:56 +00:00
style: replace wildcard import of garage model in website
this avoid rust-analyzer indicate invalid field error on `Redirect` for `replace_prefix` and `replace_full` because of a conflict between struct : `api::s3::website::Redirect` and `model::bucket_table::Redirect`
This commit is contained in:
@@ -3,7 +3,7 @@ use quick_xml::de::from_reader;
|
||||
use hyper::{header::HeaderName, Request, Response, StatusCode};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use garage_model::bucket_table::{self, *};
|
||||
use garage_model::bucket_table::{self, Bucket, WebsiteConfig};
|
||||
|
||||
use garage_api_common::helpers::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user