[GH-ISSUE #2666] Using Tenant ID with Key ID in Key ID #1270

Open
opened 2026-03-04 01:52:43 +03:00 by kerem · 0 comments
Owner

Originally created by @BlackRandomCraft on GitHub (May 2, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2666

Additional Information

Version of s3fs being used (s3fs --version)

V1.95

Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse or dpkg -s fuse)

2.9.9

Provider (AWS, OVH, Hetzner, iDrive E2, ...)

Cloud.ru

Kernel information (uname -r)

6.14.4-300.fc42.x86_64

GNU/Linux Distribution, if applicable (cat /etc/os-release)

NAME="Fedora Linux"
VERSION="42 (Workstation Edition)"
RELEASE_TYPE=stable
ID=fedora
VERSION_ID=42
VERSION_CODENAME=""
PLATFORM_ID="platform:f42"
PRETTY_NAME="Fedora Linux 42 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:42"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f42/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=42
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=42
SUPPORT_END=2026-05-13
VARIANT="Workstation Edition"
VARIANT_ID=workstation

How to run s3fs, if applicable

[] command line
[] /etc/fstab

blackrandcrf@fedora:~$ s3fs bucket-backup /media/backups/ -o passwd_file=~/.passwd-s3fs -o url=https://s3.cloud.ru -o use_path_request_style
blackrandcrf@fedora:~$ ls /media/backups/
blackrandcrf@fedora:~$ 

s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)

Details about issue

To use bucket you need to specify in aws_access_key_id: Tenant ID and Key ID with a colon, but s3fs does not understand tenant.

Official documentation - https://cloud.ru/docs/s3e/ug/topics/tools__aws-cli (in Russian)

Originally created by @BlackRandomCraft on GitHub (May 2, 2025). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2666 <!-- -------------------------------------------------------------------------- The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all. --------------------------------------------------------------------------- --> ### Additional Information #### Version of s3fs being used (`s3fs --version`) V1.95 #### Version of fuse being used (`pkg-config --modversion fuse`, `rpm -qi fuse` or `dpkg -s fuse`) 2.9.9 #### Provider (`AWS`, `OVH`, `Hetzner`, `iDrive E2`, ...) Cloud.ru #### Kernel information (`uname -r`) 6.14.4-300.fc42.x86_64 #### GNU/Linux Distribution, if applicable (`cat /etc/os-release`) ``` NAME="Fedora Linux" VERSION="42 (Workstation Edition)" RELEASE_TYPE=stable ID=fedora VERSION_ID=42 VERSION_CODENAME="" PLATFORM_ID="platform:f42" PRETTY_NAME="Fedora Linux 42 (Workstation Edition)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:42" DEFAULT_HOSTNAME="fedora" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f42/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=42 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=42 SUPPORT_END=2026-05-13 VARIANT="Workstation Edition" VARIANT_ID=workstation ``` #### How to run s3fs, if applicable <!-- Describe the s3fs "command line" or "/etc/fstab" entry used. --> [] command line [] /etc/fstab <!-- Executed command line or /etc/fastab entry --> ``` blackrandcrf@fedora:~$ s3fs bucket-backup /media/backups/ -o passwd_file=~/.passwd-s3fs -o url=https://s3.cloud.ru -o use_path_request_style blackrandcrf@fedora:~$ ls /media/backups/ blackrandcrf@fedora:~$ ``` #### s3fs syslog messages (`grep s3fs /var/log/syslog`, `journalctl | grep s3fs`, or `s3fs outputs`) <!-- if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages. --> ``` ``` ### Details about issue <!-- Please describe the content of the issue in detail. --> To use bucket you need to specify in aws_access_key_id: Tenant ID and Key ID with a colon, but s3fs does not understand tenant. Official documentation - https://cloud.ru/docs/s3e/ug/topics/tools__aws-cli (in Russian)
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#1270
No description provided.