mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-12 08:06:54 +00:00
fix: 优化unused
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
use std::{default, sync::Arc};
|
||||
|
||||
use anyhow::Result;
|
||||
use bytes::Bytes;
|
||||
use futures::Stream;
|
||||
use s3s::{dto::StreamingBlob, Body};
|
||||
use s3s::dto::StreamingBlob;
|
||||
use time::OffsetDateTime;
|
||||
use tracing::debug;
|
||||
use uuid::Uuid;
|
||||
|
||||
pub const ERASURE_ALGORITHM: &str = "rs-vandermonde";
|
||||
|
||||
Reference in New Issue
Block a user