We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
C++
The text was updated successfully, but these errors were encountered:
This was initially suggested by @felipecrv in #44225 (comment)
Sorry, something went wrong.
No branches or pull requests
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++
The text was updated successfully, but these errors were encountered: