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

Feature request: support exclusive put mode #73

Closed
martindurant opened this issue Nov 2, 2024 · 5 comments
Closed

Feature request: support exclusive put mode #73

martindurant opened this issue Nov 2, 2024 · 5 comments

Comments

@martindurant
Copy link
Contributor

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

@martindurant
Copy link
Contributor Author

On closer reading, I suppose "create" does exactly this - apologies.

@kylebarron
Copy link
Member

I think so, yes. We should test that it is indeed working on s3

@kylebarron
Copy link
Member

See also apache/arrow-rs#6285

@martindurant
Copy link
Contributor Author

We should test that it is indeed working on s3

I bet it doesn't on moto... I hear that minio have had it a while, though.

@kylebarron
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants