-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature request: support exclusive put mode #73
Comments
On closer reading, I suppose "create" does exactly this - apologies. |
I think so, yes. We should test that it is indeed working on s3 |
See also apache/arrow-rs#6285 |
I bet it doesn't on moto... I hear that minio have had it a while, though. |
I mean we should manually test this on an actual S3 bucket. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the "conditional upload" feature, supported by AWS and others for atomic writes, equivalent to "xb" locally. The mode is important, for example, to icechunk, which uses the store atomic operation to ensure there is no race in setting the latest version of a dataset.
cf fsspec/filesystem_spec#1693
The text was updated successfully, but these errors were encountered: