list_object v2 use channel, todo other params

This commit is contained in:
weisd
2024-12-22 04:57:15 +08:00
parent 03b84cb0f1
commit 13302c3586
11 changed files with 408 additions and 51 deletions
+1 -1
View File
@@ -843,7 +843,7 @@ pub trait StorageAPI: ObjectIO {
async fn delete_bucket(&self, bucket: &str, opts: &DeleteBucketOptions) -> Result<()>;
// ListObjects TODO: FIXME:
async fn list_objects_v2(
&self,
self: Arc<Self>,
bucket: &str,
prefix: &str,
continuation_token: &str,