mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1261] AWS EC2 instance role support? #676
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#676
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 @sgleske-ias on GitHub (Apr 3, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1261
With EC2 instance roles you don't assign a role name to use or pass it as an argument. Amazon grants access just by being on the instance and the instance having a role associated with it.
So far all of the support requests I've seen talk about credentials or passing in a role as an argument. With an instance role you don't need to know the name, just use the S3 APIs and it should work if the role grants it.
Does s3fs-fuse work with instance roles?
@sgleske-ias commented on GitHub (Apr 3, 2020):
Looks like #1138 answers my question.
Specifically https://github.com/s3fs-fuse/s3fs-fuse/issues/1138#issuecomment-527306746
@juliogonzalez commented on GitHub (Apr 4, 2020):
If this is not clear at the doc right now (could be), I'd suggest you submit a PR :-)