[GH-ISSUE #1140] Nothing happens after mounting #600

Closed
opened 2026-03-04 01:47:05 +03:00 by kerem · 7 comments
Owner

Originally created by @perfectlegato on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1140

Additional Information

The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD

Version of s3fs being used (s3fs --version)

V1.85

Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)

2.9.4

Kernel information (uname -r)

4.4.0-1084-aws

GNU/Linux Distribution, if applicable (cat /etc/os-release)

16.04.5 LTS (Xenial Xerus)

s3fs command line used, if applicable

sudo s3fs aispeak-seoul-lg -o use_cache=/tmp -o allow_other -o uid=1000 -o mp_umask=002 -o multireq_max=5 /audiodata

/etc/fstab entry, if applicable

s3fs#aispeak-seoul-lg /audiodata fuse allow_other 0 0

s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)

Sep 3 10:16:10 ip-172-31-43-206 s3fs[28866]: init v1.85(commit:ae4bcd4) with OpenSSL
Sep 3 10:16:11 ip-172-31-43-206 s3fs[28866]: s3fs.cpp:s3fs_check_service(3864): Failed to connect by sigv4, so retry to connect by signature version 2.
Sep 3 10:16:11 ip-172-31-43-206 s3fs[28866]: s3fs.cpp:s3fs_check_service(3879): invalid credentials(host=https://s3.amazonaws.com) - result of checking service.

Details about issue

I accidentally deleted my security credentials on AWS and tried to hook up the original bucket to the original directory but it didn't work. So I decided to create a new bucket with new policy, and a new directory but now it's returning invalid credentials even though the security credentials are correct.

Originally created by @perfectlegato on GitHub (Sep 3, 2019). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1140 ### Additional Information _The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all._ _Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD_ #### Version of s3fs being used (s3fs --version) V1.85 #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) 2.9.4 #### Kernel information (uname -r) 4.4.0-1084-aws #### GNU/Linux Distribution, if applicable (cat /etc/os-release) 16.04.5 LTS (Xenial Xerus) #### s3fs command line used, if applicable sudo s3fs aispeak-seoul-lg -o use_cache=/tmp -o allow_other -o uid=1000 -o mp_umask=002 -o multireq_max=5 /audiodata #### /etc/fstab entry, if applicable s3fs#aispeak-seoul-lg /audiodata fuse allow_other 0 0 #### s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs) Sep 3 10:16:10 ip-172-31-43-206 s3fs[28866]: init v1.85(commit:ae4bcd4) with OpenSSL Sep 3 10:16:11 ip-172-31-43-206 s3fs[28866]: s3fs.cpp:s3fs_check_service(3864): Failed to connect by sigv4, so retry to connect by signature version 2. Sep 3 10:16:11 ip-172-31-43-206 s3fs[28866]: s3fs.cpp:s3fs_check_service(3879): invalid credentials(host=https://s3.amazonaws.com) - result of checking service. ### Details about issue I accidentally deleted my security credentials on AWS and tried to hook up the original bucket to the original directory but it didn't work. So I decided to create a new bucket with new policy, and a new directory but now it's returning invalid credentials even though the security credentials are correct.
kerem closed this issue 2026-03-04 01:47:05 +03:00
Author
Owner

@lxknvlk commented on GitHub (Sep 3, 2019):

You probably have to create new AMI credentials and use them

<!-- gh-comment-id:527461907 --> @lxknvlk commented on GitHub (Sep 3, 2019): You probably have to create new AMI credentials and use them
Author
Owner

@perfectlegato commented on GitHub (Sep 3, 2019):

Hey Alex. Yeah I did create a new set of credentials and double checked if
it's the right policy I'm using

On Tue, Sep 3, 2019, 22:37 Alex notifications@github.com wrote:

You probably have to create new AMI credentials and use them


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/s3fs-fuse/s3fs-fuse/issues/1140?email_source=notifications&email_token=ALFJYQC5VGPGD2W2IBIODSDQHZSCLA5CNFSM4ITEQOH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5YG4EY#issuecomment-527461907,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ALFJYQGBONR6WCWJNUFQYHTQHZSCLANCNFSM4ITEQOHQ
.

<!-- gh-comment-id:527466933 --> @perfectlegato commented on GitHub (Sep 3, 2019): Hey Alex. Yeah I did create a new set of credentials and double checked if it's the right policy I'm using On Tue, Sep 3, 2019, 22:37 Alex <notifications@github.com> wrote: > You probably have to create new AMI credentials and use them > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/s3fs-fuse/s3fs-fuse/issues/1140?email_source=notifications&email_token=ALFJYQC5VGPGD2W2IBIODSDQHZSCLA5CNFSM4ITEQOH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5YG4EY#issuecomment-527461907>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ALFJYQGBONR6WCWJNUFQYHTQHZSCLANCNFSM4ITEQOHQ> > . >
Author
Owner

@lxknvlk commented on GitHub (Sep 3, 2019):

have you set new credentials in $ aws-configure ?

<!-- gh-comment-id:527475346 --> @lxknvlk commented on GitHub (Sep 3, 2019): have you set new credentials in $ aws-configure ?
Author
Owner

@perfectlegato commented on GitHub (Sep 3, 2019):

I did it in aws console.

Tried to do a brand new set of credential/bucket/ clean installation too

On Tue, Sep 3, 2019, 23:09 Alex notifications@github.com wrote:

have you set new credentials in $ aws-configure ?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/s3fs-fuse/s3fs-fuse/issues/1140?email_source=notifications&email_token=ALFJYQFTBI2TPG4BK57YOTLQHZVZJA5CNFSM4ITEQOH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5YKFEQ#issuecomment-527475346,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ALFJYQC2XILWM7Z2IXPCS2LQHZVZJANCNFSM4ITEQOHQ
.

<!-- gh-comment-id:527491323 --> @perfectlegato commented on GitHub (Sep 3, 2019): I did it in aws console. Tried to do a brand new set of credential/bucket/ clean installation too On Tue, Sep 3, 2019, 23:09 Alex <notifications@github.com> wrote: > have you set new credentials in $ aws-configure ? > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/s3fs-fuse/s3fs-fuse/issues/1140?email_source=notifications&email_token=ALFJYQFTBI2TPG4BK57YOTLQHZVZJA5CNFSM4ITEQOH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5YKFEQ#issuecomment-527475346>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ALFJYQC2XILWM7Z2IXPCS2LQHZVZJANCNFSM4ITEQOHQ> > . >
Author
Owner

@lxknvlk commented on GitHub (Sep 4, 2019):

I see that your fuse line does not have _netdev option, maybe try adding it.

<!-- gh-comment-id:527922618 --> @lxknvlk commented on GitHub (Sep 4, 2019): I see that your fuse line does not have _netdev option, maybe try adding it.
Author
Owner

@gaul commented on GitHub (Feb 3, 2020):

Did you find a workaround? This looks like a credential mismatch.

<!-- gh-comment-id:581289133 --> @gaul commented on GitHub (Feb 3, 2020): Did you find a workaround? This looks like a credential mismatch.
Author
Owner

@gaul commented on GitHub (Apr 22, 2020):

Please reopen if symptoms persist.

<!-- gh-comment-id:617749832 --> @gaul commented on GitHub (Apr 22, 2020): Please reopen if symptoms persist.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#600
No description provided.