mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-20 03:22:18 +00:00
fix:上传同名文件时删除旧版本
This commit is contained in:
@@ -384,16 +384,19 @@ pub struct BucketInfo {
|
||||
pub created: Option<OffsetDateTime>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct MultipartUploadResult {
|
||||
pub upload_id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct PartInfo {
|
||||
pub part_num: usize,
|
||||
pub last_mod: Option<OffsetDateTime>,
|
||||
pub size: usize,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct CompletePart {
|
||||
pub part_num: usize,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user