mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #691] Readme or FAQ should answer: How and where do I get my S3 identity? #390
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#390
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 @ADTC on GitHub (Nov 23, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/691
How and where do I get my S3 identity?
I'm having trouble finding any documentation explaining how and where I can get my S3 identity. A helpful tip will be useful.
@ADTC commented on GitHub (Nov 23, 2017):
For anyone here with the same question:
Log in to Amazon AWS management console website.
Click on Services and search for IAM. Open IAM.
Click on Users on the left side. (You may try this link to skip through the first 3 steps.)
Click on your own username.
Click on Security Credentials tab.
In the Access Keys section:
If you can find the existing access key's secret, you may use that. (You may have saved it somewhere. AWS will not show the secret for any key a second time.)
Otherwise click on Create access key and copy the ID and secret. (You may download the CSV for future reference.)
If Create access key button is disabled, you may need to delete an existing access key.
Now you may
echothis to your password file:where
MYIDENTITYis the access key ID andMYCREDENTIALis the secret access key.Hope this helps!
@ggtakec commented on GitHub (Nov 26, 2017):
@ADTC Thanks for your reporting.
I'm adding this FAQ to wiki.
https://github.com/s3fs-fuse/s3fs-fuse/wiki/FAQ#q-how-and-where-do-i-get-my-s3-access-key
The FAQ is including URL to AWS.
Regards,
@soulprovidr commented on GitHub (Sep 10, 2018):
Sorry to comment on an old issue, but I just ran into this confusion. I feel like adding this information to the readme would be beneficial:
(I can create a PR if you're open to the idea).
@gaul commented on GitHub (Sep 10, 2018):
Please do. But instead could you write the more self-explanatory:
@soulprovidr commented on GitHub (Sep 10, 2018):
Cool, will do.