mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #418] s3fs should try using IAM role automatically if there are no configured credentials #225
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#225
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/418
If s3fs cannot find credentials for a bucket in a password file, instead of giving up, it would be cool if it checked for an IAM role (like when iam_role=auto has been specified).
This would allow the same mount options to work for systems that are using Roles and those that are using static credentials files, and would be consistent with how the upstream AWS tools work.
@ggtakec commented on GitHub (May 29, 2016):
@nturner Thanks for you help, we were able to implement it.
Regards,
@guruprasad85 commented on GitHub (Jun 8, 2018):
i have tried "s3fs -o iam_role=auto use_cache=/tmp/cache guru-121 /s3mnt" but not working for me. i have configured IAM role. awscli commands working fine.