mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #744] Could i use IAM Role to mount S3 bucket ? #429
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#429
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 @ninhvguyen-vn on GitHub (Apr 5, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/744
Hi S3FS team,
Thanks for your contribution.
in these days, i am trying to use s3fs to mount S3 bucket with IAM role.
But it seems not work for me.
Do you have any guide for this part?
I appreciate it very much!
Regards!
Ninh
@H6 commented on GitHub (Apr 14, 2018):
Just call with
iam_roleargument...e.g.
s3fs -o iam_role="MY_ROLE" -o url="https://s3-eu-central-1.amazonaws.com" -o endpoint=eu-central-1 -o dbglevel=info -o curldbg -o allow_other -o use_cache=/tmp DEST_BUCKET /var/ftp/hereof course the role needs to have the correct permissions on the DEST_BUCKET..
e.g. in Cloudformation:
@ninhvguyen-vn commented on GitHub (Apr 16, 2018):
Thanks H6,
I already mounted S3 bucket [in china AWS region] successfully.