mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2350] AWS credentials file searched is always the one in /root, not ${HOME} #1160
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#1160
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 @poppem on GitHub (Oct 16, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2350
Additional Information
Version of s3fs being used (
s3fs --version)V1.90 (commit:unknown)
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Version: 2.9.9-5ubuntu3
Kernel information (
uname -r)5.15.0-79-generic
GNU/Linux Distribution, if applicable (
cat /etc/os-release)Ubuntu 22.04.3 LTS
How to run s3fs, if applicable
n/a
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
As stated in the s3fs documentation, s3fs is supposed to look in ${HOME}/.aws/credentials for the profile, however, when a user mounts using sudo the credentials file searched is /root/.aws/credentials