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

s3s-fs: fix consistency of multipart uploads via a temp file #117

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

amunra
Copy link
Contributor

@amunra amunra commented Dec 6, 2023

Following on from #116, this PR introduces the use of temp files for multipart uploads as well. This is to improve consistency of writes.

With this change, all file writes are now performed via a temporary file first which is then renamed to its final location.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@amunra amunra force-pushed the multipart_uploads_via_tmp_files branch from 542cd91 to bb8d2da Compare December 6, 2023 09:56
@amunra amunra force-pushed the multipart_uploads_via_tmp_files branch from bb8d2da to d75f3fd Compare December 6, 2023 10:22
@amunra amunra marked this pull request as ready for review December 6, 2023 10:29
@Nugine Nugine merged commit 9824baf into Nugine:main Dec 6, 2023
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants