mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #419] "s3fs: could not determine how to establish security credentials" when using iam_role #224
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#224
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 @nturner on GitHub (May 20, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/419
I have an /etc/fstab entry like the following:
s3fs#mybucket /srv/object-store fuse _netdev,dbglevel=info,iam_role 0 2When I try to mount /srv/object-store, s3fs fails with "s3fs: could not determine how to establish security credentials."
The log in /var/log/messages shows only:
May 20 16:06:23 ip-172-31-20-21 s3fs[2015]: s3fs.cpp:set_s3fs_log_level(280): change debug level from [CRT] to [INF]May 20 16:06:23 ip-172-31-20-21 s3fs[2015]: s3fs.cpp:set_moutpoint_attribute(4298): PROC(uid=0, gid=0) - MountPoint(uid=0, gid=0, mode=40755)May 20 16:06:23 ip-172-31-20-21 s3fs[2015]: s3fs: could not determine how to establish security credentials.@nturner commented on GitHub (May 20, 2016):
The patch linked above may need some work.
@ggtakec commented on GitHub (May 29, 2016):
@nturner Thanks for your help.
#420 and #422 is merged.