Skip to content

Commit

Permalink
fix lister
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Feb 20, 2024
1 parent 02ee186 commit f93d40f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl ObjectStore for OpendalObjectStore {
.op
.lister_with(prefix)
.recursive(true)
.metakey(Metakey::ContentLength | Metakey::ContentType)
.metakey(Metakey::ContentLength)
.await?;

let stream = stream::unfold(object_lister, |mut object_lister| async move {
Expand Down

0 comments on commit f93d40f

Please sign in to comment.