[PR #560] [MERGED] Fixed about multipart uploading at no free space related to #509 #1550

Closed
opened 2026-03-04 02:00:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/560
Author: @ggtakec
Created: 4/9/2017
Status: Merged
Merged: 4/9/2017
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (1)

  • b4c90d6 Fixed a bug about multipart uploading at no disk free space related to #509

📊 Changes

1 file changed (+7 additions, -2 deletions)

View changed files

📝 src/curl.cpp (+7 -2)

📄 Description

Relevant Issue (if applicable)

#509 #556 #559

Details

This PR is a fix for defects detected during investigation in #559.

There was a mistake in code change of #509, and it will fail multipart uploads if there is insufficient disk space.
This bug was corrected additionally by this PR.

NOTE

This correction will be overwritten by #556.
It is a modification that is applied in a short period until #556 merge is completed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/560 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 4/9/2017 **Status:** ✅ Merged **Merged:** 4/9/2017 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b4c90d6`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b4c90d69577c4260ae8bb6c390edc2c29e22e49f) Fixed a bug about multipart uploading at no disk free space related to #509 ### 📊 Changes **1 file changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+7 -2) </details> ### 📄 Description #### Relevant Issue (if applicable) #509 #556 #559 #### Details This PR is a fix for defects detected during investigation in #559. There was a mistake in code change of #509, and it will fail multipart uploads if there is insufficient disk space. This bug was corrected additionally by this PR. ##### NOTE This correction will be overwritten by #556. It is a modification that is applied in a short period until #556 merge is completed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:00:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1550
No description provided.