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
We recently changed to a conditional put strategy by default. This is because S3 now allows conditional puts and so all major providers allow it.
However, there are some "S3-compatible" API implementations which have not yet implemented conditional put (at the moment, I'm not aware of any that are not proprietary). If we want to continue supporting these stores then we could make the strategy configurable, perhaps via storage options.
The text was updated successfully, but these errors were encountered:
We recently changed to a conditional put strategy by default. This is because S3 now allows conditional puts and so all major providers allow it.
However, there are some "S3-compatible" API implementations which have not yet implemented conditional put (at the moment, I'm not aware of any that are not proprietary). If we want to continue supporting these stores then we could make the strategy configurable, perhaps via storage options.
The text was updated successfully, but these errors were encountered: