mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1516] How to run s3fs with iam_role arn #795
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#795
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 @mingmingdu on GitHub (Jan 8, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1516
Additional Information
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.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD
Version of s3fs being used (s3fs --version)
V1.82
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
V1.82
Kernel information (uname -r)
Linux ip-10-103-0-38 5.4.0-1029-aws #30~18.04.1-Ubuntu SMP Tue Oct 20 11:09:25 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
GNU/Linux Distribution, if applicable (cat /etc/os-release)
command result: cat /etc/os-release
Ubuntu 18.04.5 LTS \n \l
s3fs command line used, if applicable
/etc/fstab entry, if applicable
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
I need run s3fs with iam_role,but I found it use the role in the local account.If I want to run the role in the other account ,it fails.
I can run aws s3 command ,in ~/.aws/config add this line "role_arn = arn:aws:iam::[accountID]:role/[rolename]"
@gaul commented on GitHub (Jan 8, 2021):
Could you try testing with the latest version 1.87? 1.82 is so old that it is hard for us to help you. Unfortunately Ubuntu 18.04 ships an older version.
@mingmingdu commented on GitHub (Jan 13, 2021):
I have run it with goofys instead.