aawsome commented on issue #7062: URL: https://github.com/apache/opendal/issues/7062#issuecomment-3941573596
To give my 2ct as maintainer of [rustic](https://github.com/rustic-rs/rustic): - we need the size in almost all cases when we do a `list` - as this provides information we'll use to do some cheap extra checks. Having list always return a valid content-length would be perfect! - for us, we strongly depend on consistency between all used services - needing to treat some services differently is a no-go and would most likely cause us to not support that services (or actually get unexpectedly - getting `Option<u64>` is actually much better than the current behavior, which IMO is also bad documented (just came over to the topic as I wanted to open a bug that fs service always returns a 0 content-length...) -- 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]
