GitHub user meteorgan added a comment to the discussion: OBS service test failed since appending object API return ETag for object this time
The simplest solution is to disable `write_has_etag`. The issue is that while `write` can return an `etag`, we have to disable it for `append`. The similar problems also exist in other services - sometimes, `append` and `write` may return different metadata. @Xuanwo and I are discussing whether the `xxx_has_xxx` capabilities are necessary.(https://github.com/apache/opendal/issues/5557#issuecomment-2740766438) GitHub link: https://github.com/apache/opendal/discussions/5853#discussioncomment-12592099 ---- This is an automatically sent email for dev@opendal.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@opendal.apache.org