[PR #1823] [CLOSED] Support CEPH multi tenancy bucket naming convention #2191

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1823
Author: @tervo
Created: 12/29/2021
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • e180c56 Support CEPH multi tenancy bucket naming convention
  • c656a3c Removed unnecessary, out-commented vars
  • c30ffff Removed noisy new line
  • b7bcd17 Exit if both multi tenancy and subdomain bucket naming style are used
  • c27e832 Added tenancy_id option to man

📊 Changes

6 files changed (+63 additions, -29 deletions)

View changed files

📝 doc/man/s3fs.1 (+3 -0)
📝 src/common.h (+2 -0)
📝 src/curl_util.cpp (+6 -1)
📝 src/s3fs.cpp (+45 -27)
📝 src/s3fs_global.cpp (+2 -0)
📝 src/s3fs_help.cpp (+5 -1)

📄 Description

Relevant Issue (if applicable)

None

Details

I added flag to handle CEPH multi tenancy naming convention (https://docs.ceph.com/en/latest/radosgw/multitenancy/), and would be great to the official version.


🔄 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/1823 **Author:** [@tervo](https://github.com/tervo) **Created:** 12/29/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`e180c56`](https://github.com/s3fs-fuse/s3fs-fuse/commit/e180c5607a09638e2b076df4ccb075b3aa884eb5) Support CEPH multi tenancy bucket naming convention - [`c656a3c`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c656a3c77a05d181e1445e51bb9ae288a651dd39) Removed unnecessary, out-commented vars - [`c30ffff`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c30ffffc00ffb5131901861fe50d56612219fdc1) Removed noisy new line - [`b7bcd17`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b7bcd1707a535a4709ff734cd3a362d7c80a8bfb) Exit if both multi tenancy and subdomain bucket naming style are used - [`c27e832`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c27e83241495dc111a5491a4a175be3b79b72587) Added tenancy_id option to man ### 📊 Changes **6 files changed** (+63 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+3 -0) 📝 `src/common.h` (+2 -0) 📝 `src/curl_util.cpp` (+6 -1) 📝 `src/s3fs.cpp` (+45 -27) 📝 `src/s3fs_global.cpp` (+2 -0) 📝 `src/s3fs_help.cpp` (+5 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) None ### Details I added flag to handle CEPH multi tenancy naming convention (https://docs.ceph.com/en/latest/radosgw/multitenancy/), and would be great to the official version. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:04:16 +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#2191
No description provided.