feat(integrations/object_store): implement put_opts and get_opts#5513
feat(integrations/object_store): implement put_opts and get_opts#5513Xuanwo merged 3 commits intoapache:mainfrom
Conversation
|
Hi, @Xuanwo, I have some issues to discuss:
|
|
|
Ideally, we should test
The idea here is that we can always determine the meaning of this condition and map it to the corresponding error in
|
|
Thank you for you advise !
I'm wondering whether we need to test
Using this approach seems a bit trivial. What if a request includes a combination of
Our current MSRV is |
If everything goes smoothly, that's great. However, unexpected things can always happen, so it's better to have all services covered by integrate with our behavior test system.
The entire composition could be complex, as demonstrated in azblob's matrix: The expected error for From my perspective, we don't need to impose restrictions here or aim for perfect alignment with object_store. We can revisit this if OpenDAL's own users feel that |
We can use |
Thank you, I have no further questions now. I'll move forward. |
ebd6d08 to
fa78838
Compare
fa78838 to
3d5a5a5
Compare
Xuanwo
left a comment
There was a problem hiding this comment.
Thank you @meteorgan for working on this!

Which issue does this PR close?
Part of: #5115.
Rationale for this change
What changes are included in this PR?
put_optsandget_optsobject_store_opendalAre there any user-facing changes?
No