mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #1823] [CLOSED] Support CEPH multi tenancy bucket naming convention #2191
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#2191
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/1823
Author: @tervo
Created: 12/29/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
e180c56Support CEPH multi tenancy bucket naming conventionc656a3cRemoved unnecessary, out-commented varsc30ffffRemoved noisy new lineb7bcd17Exit if both multi tenancy and subdomain bucket naming style are usedc27e832Added 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.