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

[C++] Use S3 conditional writes to avoid some explicit checks #44281

Open
pitrou opened this issue Oct 1, 2024 · 1 comment
Open

[C++] Use S3 conditional writes to avoid some explicit checks #44281

pitrou opened this issue Oct 1, 2024 · 1 comment

Comments

@pitrou
Copy link
Member

pitrou commented Oct 1, 2024

Describe the enhancement requested

We should investigate whether S3 conditional writes can be used to reduce some of the checks we do when creating files or pseudo-directories.

We'll also have to be careful to remain compatible with non-AWS S3 implementations such as Minio, as well. This might complicate testing.

Component(s)

C++

@pitrou
Copy link
Member Author

pitrou commented Oct 1, 2024

This was initially suggested by @felipecrv in #44225 (comment)

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

No branches or pull requests

1 participant