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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
OpenDAL now supports the use of
"*"
inif_none_match
to perform conditional write operations:However, it's somewhat difficult to grasp at first glance. Do you think it's a good idea to include
if_not_exists
?So we can write code like:
After this change, we will still allow users to use
if_none_match("*")
, but we will no longer document it, making it a service implementation detail.Beta Was this translation helpful? Give feedback.
All reactions