Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose unsafe / rename commit handlers (potentially through storage options?) #3638

Open
westonpace opened this issue Apr 2, 2025 · 1 comment

Comments

@westonpace
Copy link
Contributor

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.

@wjones127
Copy link
Contributor

I did keep the rename handler in the rust code so someone could use it. Agreed we could add something in storage options to let a user select this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants