mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2453] Passwd-s3fs files for different mounts if /etc/fstab #1212
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#1212
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?
Originally created by @alexeyantropov on GitHub (May 7, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2453
Hello, there's a feature request.
It would be useful to have a mount option to choose a passwd-s3fs file instead of the only one /etc/passwd-s3fs for different mounts in /etc/fstab.
Smth like the line below:
Version of s3fs being used (
s3fs --version)@icassassin commented on GitHub (May 11, 2024):
I've been using the 'passwd_file' option and as far as I can tell it does exactly what you're looking for.
One of my fstab entries:
@alexeyantropov commented on GitHub (May 13, 2024):
The option isn't documented for fstab cases (only for mounts thought cli). Thx you, I'll try it.