mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #529] automount at boot *and* using IAM role #300
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#300
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 @ezeeetm on GitHub (Feb 7, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/529
I know we can do
to use the IAM instance profile role associated with the instance. We can also create an FSTAB entry to automount on boot. But there is no way to pass -o iam_role="auto" to FSTAB entry.
Is there a way to use FSTAB (or perhaps an s3fs config file) to get the iam_role="auto" to persist so the FSTAB entry can use it?
@bjay1404 commented on GitHub (Feb 10, 2017):
This is what the FSTAB entry should look like
s3fs#bucketname /PATHtoLocalMount fuse _netdev,iam_role=nameofiamrolenoquotes
@ggtakec commented on GitHub (Mar 19, 2017):
@ezeeetm
You can use fstab entry like @bjay1404
(@bjay1404 thanks)