mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #947] S3FS will not connect to USEAST2 server #534
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#534
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 @chand1012 on GitHub (Feb 1, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/947
Version of s3fs being used
v 1.82
Version of fuse being used
v 2.9.7
Kernel information
4.15.0-1021-aws
GNU/Linux Distribution
Ubuntu 18.04.1 LTS
s3fs command line used, if applicable
s3fs syslog messages
Details about issue
Basically, I added a new IAM user with full access to all of my S3 instances, but no matter how many times I change the command line options or how much permissions I give the user it will not allow my EC2 instance to connect to my bucket. I am new at this so its probably me but I cannot find any help in the documentation.
@gaul commented on GitHub (Feb 2, 2019):
Can you try adding
-o endpoint us-east-2to your flags? If you compile from master you might find better region detection via #911.