jeevaprakashdr commented on PR #7188:
URL: https://github.com/apache/opendal/pull/7188#issuecomment-3921062218
> > @matthambrecht I am new to the code base. I see this fix is simple. I am
wondering if there is any way I can verify the changes.
>
> If you go back to the original issue I posted a simple code snippet to
verify that the changes work
Got the following from the code snipped mentioned in the issue.
```
Metadata {
mode: DIR,
is_current: None,
is_deleted: false,
cache_control: None,
content_disposition: None,
content_length: Some(
128,
),
content_md5: None,
content_range: None,
content_type: None,
content_encoding: None,
etag: None,
last_modified: Some(
Timestamp(
2026-02-18T13:57:31.558337789Z,
),
),
version: None,
user_metadata: None,
}
```
For a empty directory `content_length` set to `Some(128)` I am unsure if
this needs explicitly state in `KB` or `MB`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]