GitHub user photino edited a discussion: Why does the listing of an Aliyun OSS
dir only contain `last_modified` meta when `recursive` is true?
When `recursive` is false, the listing of an Aliyun OSS dir does not have a
`last_modified` meta.
```rust
op.list_with(&dir)
.recursive(false)
.metakey(ContentLength | ContentType | LastModified)
```
GitHub link: https://github.com/apache/opendal/discussions/5215
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]