meteorgan commented on PR #5562: URL: https://github.com/apache/opendal/pull/5562#issuecomment-2601393520
> > the `Etag` returned by `CompleteMultipartUpload` doesn't follow the standard. > > Well, well, well... > > Let's do our best to permit this since it's not harmful. Technically, we don't allow users to parse the ETag value; instead, they should store it and compare it with values from the same source. I'm guessing the issue lies in part of our code assuming that the ETag must contain `"`? No. The issue is that I compare the Etag from `stat` with the one from `write` in the tests to ensure we get the correct Etag if it's returned by `write`. However, the value returned from `stat` contain `"` while the value returned from `write` does not. they aren't consistent with each other, even within the same service ! -- 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]
