With the recent [un-deprecation of put-if-absent in lakeFS](https://github.com/treeverse/lakeFS/issues/6956), it's now possible to support a file write mode that fails writes if an object already exists. This allows implementing `mode="x"` as described in [`open()`](https://docs.python.org/3/library/functions.html#open) for file writers in the Python high level SDK.