-
Hey! I am working on #5693 for obs service. But I encountered some unexpected results and am not sure which solution is better. The obs append API will return ETag for append object this time instead of entire object itself: https://support.huaweicloud.com/api-obs/obs_04_0088.html#section9.
How do we cover this case, make it a TODO or add a special use case to cover it? |
Beta Was this translation helpful? Give feedback.
Answered by
meteorgan
Mar 26, 2025
Replies: 1 comment 7 replies
-
cc @Xuanwo @meteorgan . |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once we drop
write_has_xxx
, we can skip theetag
returned byappend
from OBS and still obtain and test the etag returned bywrite
.