@@ -117,6 +117,10 @@ url = { workspace = true }
|
||||
urlencoding = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
zip = { workspace = true }
|
||||
futures-util.workspace = true
|
||||
rmp-serde.workspace = true
|
||||
flatbuffers.workspace = true
|
||||
rustfs-lock.workspace = true
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
|
||||
sysctl = { workspace = true }
|
||||
|
||||
@@ -18,6 +18,7 @@ use crate::auth::IAMAuth;
|
||||
use crate::config;
|
||||
use crate::server::{ServiceState, ServiceStateManager, hybrid::hybrid, layer::RedirectLayer};
|
||||
use crate::storage;
|
||||
use crate::storage::tonic_service::make_server;
|
||||
use bytes::Bytes;
|
||||
use http::{HeaderMap, Request as HttpRequest, Response};
|
||||
use hyper_util::{
|
||||
@@ -27,7 +28,6 @@ use hyper_util::{
|
||||
service::TowerToHyperService,
|
||||
};
|
||||
use rustfs_config::{DEFAULT_ACCESS_KEY, DEFAULT_SECRET_KEY, MI_B, RUSTFS_TLS_CERT, RUSTFS_TLS_KEY};
|
||||
use rustfs_ecstore::rpc::make_server;
|
||||
use rustfs_obs::SystemObserver;
|
||||
use rustfs_protos::proto_gen::node_service::node_service_server::NodeServiceServer;
|
||||
use rustfs_utils::net::parse_and_resolve_address;
|
||||
|
||||
@@ -16,3 +16,4 @@ pub mod access;
|
||||
pub mod ecfs;
|
||||
// pub mod error;
|
||||
pub mod options;
|
||||
pub mod tonic_service;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user