mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-26 05:45:57 +03:00
[GH-ISSUE #448] s3fs 1.79 iam_role problem #243
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#243
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 @ngbranitsky on GitHub (Jul 12, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/448
I've always used the passwd_file= option without problem.
Not wanting to have the passwd_file visible as plain text, I started creating roles like
"S3FS-client" and assigned them to my EC2 instances on creation.
I was then able to substitute the passwd_file= option with iam_role=S3FS-clientname.
It worked correctly.
Now I've launched a new series of servers in Oregon (us-west-2) and the iam_role option doesn't work.
Adding "endpoint=us-west-2" to the option list makes no difference.
(All my other instances where iam_role= works correctly, are in us-east-1. But IAM has no Regions.)
Replacing the iam_role= option with the passwd_file= option successfully mounts the S3 folder.
@ggtakec commented on GitHub (Mar 30, 2019):
We kept this issue open for a long time.
Is this problem continuing?
We launch new version 1.86, which fixed some problem(bugs).
Please use the latest version.
I will close this, but if the problem persists, please reopen or post a new issue.
If you encounter problems with s3fs as well, try using the
dbglevel`` -dcurldbgor similar option to print out the log.It contains information for the solution.