[PR #556] [MERGED] fix multipart upload handling without cache #1547

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/556
Author: @orozery
Created: 4/2/2017
Status: Merged
Merged: 4/16/2017
Merged by: @ggtakec

Base: masterHead: fix_nocache_multipart_upload


📝 Commits (2)

  • 8ee95ff fix multipart upload handling without cache
  • ff3eb19 Merge branch 'master' into fix_nocache_multipart_upload

📊 Changes

2 files changed (+24 additions, -26 deletions)

View changed files

📝 src/curl.cpp (+23 -26)
📝 src/curl.h (+1 -0)

📄 Description

Details

The multipart upload function which is called when running out of disk space is broken.
The etag for the parts are not stored as necessary to complete the upload.
I refactored the multipart upload success callback to be called on this case as well.


🔄 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/556 **Author:** [@orozery](https://github.com/orozery) **Created:** 4/2/2017 **Status:** ✅ Merged **Merged:** 4/16/2017 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `fix_nocache_multipart_upload` --- ### 📝 Commits (2) - [`8ee95ff`](https://github.com/s3fs-fuse/s3fs-fuse/commit/8ee95ff7ab46b6c7b13b218ae4e290f09524433e) fix multipart upload handling without cache - [`ff3eb19`](https://github.com/s3fs-fuse/s3fs-fuse/commit/ff3eb1971f6efbefa34f8d3d74fd79174ba99a13) Merge branch 'master' into fix_nocache_multipart_upload ### 📊 Changes **2 files changed** (+24 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+23 -26) 📝 `src/curl.h` (+1 -0) </details> ### 📄 Description #### Details The multipart upload function which is called when running out of disk space is broken. The etag for the parts are not stored as necessary to complete the upload. I refactored the multipart upload success callback to be called on this case as well. --- <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#1547
No description provided.