[PR #2148] [MERGED] New option: bucket_size #2353

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

📋 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: masterHead: master


📝 Commits (3)

  • 13f8d6f Added bucket_size option
  • b4daf20 Fix typo in stbuf members when APPLE
  • c9d4054 Prevent 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_size option, 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2148 **Author:** [@OttaviaB](https://github.com/OttaviaB) **Created:** 4/10/2023 **Status:** ✅ Merged **Merged:** 4/23/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`13f8d6f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/13f8d6fa2b618a21380b473417275bdb1bf9c6e5) Added bucket_size option - [`b4daf20`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b4daf2091b6f6e7a2158102aae4eaf866e2aafdc) Fix typo in stbuf members when __APPLE__ - [`c9d4054`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c9d4054f18413038bfa56cf11d4fde3866d53e0e) Prevent a complaint from cppcheck about C-style casting ### 📊 Changes **3 files changed** (+113 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1.in` (+13 -0) 📝 `src/s3fs.cpp` (+87 -5) 📝 `src/s3fs_help.cpp` (+13 -0) </details> ### 📄 Description <!-- -------------------------------------------------------------------------- Please describe the purpose of the pull request(such as resolving the issue) and what the fix/update is. --------------------------------------------------------------------------- --> ### Relevant Issue <!-- If there are Issues related to this PullRequest, please list it. --> #2111 ### Details <!-- Please describe the details of PullRequest. --> This pull request adds the new `bucket_size` option, 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:06 +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#2353
No description provided.