Xuanwo commented on PR #6810: URL: https://github.com/apache/opendal/pull/6810#issuecomment-3586688889
Hi @rich7420, thank you for your efforts on this. Sorry the context around this issue isn’t clear enough. I want to clarify that the `return metadata for write` behavior is best effort: we only return the metadata that the services provide to us. We shouldn’t call additional APIs to fetch that metadata. This ensures our behavior is zero cost: users only pay for what they actually use. On the other hand, users can call stat themselves after write if they really need it. So we need to do some research before working on this to decide whether to just add a comment here, like this service doesn't return metadata, or implement the metadata parsing. -- 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]
