mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-06 05:17:42 +00:00
init metacache io
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user