mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #1562] [MERGED] Allow configuring the multipart threshold #2047
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2047
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:multipart-upload-threshold📝 Commits (2)
94b3577Allow configuring the multipart threshold1f3153bMerge 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.