init metacache io

This commit is contained in:
weisd
2024-12-05 17:42:17 +08:00
committed by weisd
parent 2786174ffb
commit 0cf7c19b96
4 changed files with 30 additions and 32 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ impl ECStore {
todo!()
}
async fn list_path(&self, o: &ListPathOptions) -> Result<ListObjectsInfo> {
pub async fn list_path(&self, o: &ListPathOptions) -> Result<ListObjectsInfo> {
check_list_objs_args(&o.bucket, &o.prefix, &o.marker)?;
// if opts.prefix.ends_with(SLASH_SEPARATOR) {
// return Err(Error::msg("eof"));