[PR #1562] [MERGED] Allow configuring the multipart threshold #2047

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1562
Author: @gaul
Created: 2/10/2021
Status: Merged
Merged: 2/11/2021
Merged by: @ggtakec

Base: masterHead: multipart-upload-threshold


📝 Commits (2)

  • 94b3577 Allow configuring the multipart threshold
  • 1f3153b Merge branch 'master' into multipart-upload-threshold

📊 Changes

3 files changed (+18 additions, -1 deletions)

View changed files

📝 doc/man/s3fs.1 (+4 -0)
📝 src/s3fs.cpp (+10 -1)
📝 src/s3fs_help.cpp (+4 -0)

📄 Description

Also change default which improves write performance for files >= 25
MB and <= 5 GB, particularly over lossy networks.


🔄 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/1562 **Author:** [@gaul](https://github.com/gaul) **Created:** 2/10/2021 **Status:** ✅ Merged **Merged:** 2/11/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `multipart-upload-threshold` --- ### 📝 Commits (2) - [`94b3577`](https://github.com/s3fs-fuse/s3fs-fuse/commit/94b3577269954c6c6a1c7b0e2a2930d59a02bf23) Allow configuring the multipart threshold - [`1f3153b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/1f3153bfa85c9f306a1d2d9b27cbf6ab8887d2e6) Merge branch 'master' into multipart-upload-threshold ### 📊 Changes **3 files changed** (+18 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+4 -0) 📝 `src/s3fs.cpp` (+10 -1) 📝 `src/s3fs_help.cpp` (+4 -0) </details> ### 📄 Description Also change default which improves write performance for files >= 25 MB and <= 5 GB, particularly over lossy networks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:25 +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#2047
No description provided.