fix: 调整endpoint位置

This commit is contained in:
shiro.lee
2024-08-05 22:48:30 +08:00
parent c36c145b34
commit d73499ac79
9 changed files with 449 additions and 442 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use tracing::warn;
use crate::{
disk::VolumeInfo,
disk::{error::DiskError, DiskStore},
endpoint::{EndpointServerPools, Node},
endpoints::{EndpointServerPools, Node},
error::{Error, Result},
store_api::{BucketInfo, BucketOptions, MakeBucketOptions},
};