You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh no worries. I think the API is good, perhaps the only improvement having the above in mind would be to only allow `.if_none_match("*")` and error out for any other argument.
Alternatively, perhaps the error message could state that if the intention is to use .if_none_match("*") then .if_not_exists(true) is an adequate replacement for S3.
We can internally convert if_none_match("*") to if_not_exists if the underlying services support if_not_exists. This can prevent many users from being confused about the behavior.
Or, perhaps we should raise a clear and helpful error instead of attempting to convert it, ensuring our behavior remains consistent rather than relying on too many workarounds.
Alternatively, perhaps the error message could state that if the intention is to use
.if_none_match("*")
then.if_not_exists(true)
is an adequate replacement for S3.Originally posted by @gruuya in #5504 (comment)
The text was updated successfully, but these errors were encountered: