[PR #2606] [MERGED] Refactored for standardizing content and copy handling for Multipart Upload #2661

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2606
Author: @ggtakec
Created: 11/10/2024
Status: Merged
Merged: 11/24/2024
Merged by: @gaul

Base: masterHead: multi/6_refactor_to_common_mpu


📝 Commits (1)

  • b195446 Refactored for standardizing content and copy handling for Multipart Upload

📊 Changes

8 files changed (+270 additions, -361 deletions)

View changed files

📝 src/curl.cpp (+98 -128)
📝 src/curl.h (+7 -8)
📝 src/fdcache_entity.cpp (+11 -79)
📝 src/fdcache_entity.h (+0 -1)
📝 src/fdcache_fdinfo.cpp (+21 -140)
📝 src/fdcache_fdinfo.h (+1 -5)
📝 src/s3fs_threadreqs.cpp (+112 -0)
📝 src/s3fs_threadreqs.h (+20 -0)

📄 Description

Relevant Issue (if applicable)

#2600

Details

This is the split PR Phase 6 (6/8) for #2600.

The Multipart Upload (Contents / Copy) process has been changed so that it no longer uses S3fsMultiCurl.
Instead, it has been moved to a worker thread managed by ThreadPoolMan.
The Contents and Copy processes for Multipart Upload have also been reorganized, and common parts that can be commonized have been made common.

This PR will be rebased and removed from draft status once the previous PR(#2605) is merged into master.


🔄 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/2606 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 11/10/2024 **Status:** ✅ Merged **Merged:** 11/24/2024 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `multi/6_refactor_to_common_mpu` --- ### 📝 Commits (1) - [`b195446`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b195446c29df2f5fb3674eda57843b1fcdecb9e9) Refactored for standardizing content and copy handling for Multipart Upload ### 📊 Changes **8 files changed** (+270 additions, -361 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+98 -128) 📝 `src/curl.h` (+7 -8) 📝 `src/fdcache_entity.cpp` (+11 -79) 📝 `src/fdcache_entity.h` (+0 -1) 📝 `src/fdcache_fdinfo.cpp` (+21 -140) 📝 `src/fdcache_fdinfo.h` (+1 -5) 📝 `src/s3fs_threadreqs.cpp` (+112 -0) 📝 `src/s3fs_threadreqs.h` (+20 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) #2600 ### Details This is the split PR Phase 6 (6/8) for #2600. The Multipart Upload (Contents / Copy) process has been changed so that it no longer uses `S3fsMultiCurl`. Instead, it has been moved to a worker thread managed by `ThreadPoolMan`. The Contents and Copy processes for Multipart Upload have also been reorganized, and common parts that can be commonized have been made common. This PR will be rebased and removed from draft status once the previous PR(#2605) is merged into master. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:40 +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#2661
No description provided.