mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #573] mount s3 without credentials #325
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#325
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 @AbubakrSamsodien on GitHub (May 2, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/573
Hey guys
How do i mount s3 bucket without secret access keys? Ive attached a role on my ec2 that grants me full access to the specific s3 bucket.
if i run the mount command without password it gives this:
s3fs: could not determine how to establish security credentials.
I dont intend to leave my credentials inside of the ec2
@ggtakec commented on GitHub (May 4, 2017):
@AbubakrSamsodien
You can do with iam_role option, please see man s3fs.
Regrads,