mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2148] [MERGED] New option: bucket_size #2353
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#2353
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/2148
Author: @OttaviaB
Created: 4/10/2023
Status: ✅ Merged
Merged: 4/23/2023
Merged by: @ggtakec
Base:
master← Head:master📝 Commits (3)
13f8d6fAdded bucket_size optionb4daf20Fix typo in stbuf members when APPLEc9d4054Prevent a complaint from cppcheck about C-style casting📊 Changes
3 files changed (+113 additions, -5 deletions)
View changed files
📝
doc/man/s3fs.1.in(+13 -0)📝
src/s3fs.cpp(+87 -5)📝
src/s3fs_help.cpp(+13 -0)📄 Description
Relevant Issue
#2111
Details
This pull request adds the new
bucket_sizeoption, which allows to set the size of the mounted bucket advertised by s3fs to a user-defined value.While the previous behaviour is preserved as the default, this new option can be used when accurate metrics are needed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.