mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1156] invalid credentials - result of checking service #606
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#606
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 @iamrwa on GitHub (Sep 22, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1156
Additional Information
bucket = bucketfstwo
Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.79(commit:unknown) with GnuTLS(gcrypt)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
fusermount version: 2.9.4
Kernel information (uname -r)
4.15.0-62-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Ubuntu"
VERSION="16.04.4 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.4 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
s3fs command line used, if applicable
echo AKIAIJP4VDSADOMC6V2:BN9qeZ5kd6uwq9X81fB/5kM2o+SNOzr/hI9FEnfO > /home/luca/pass10
cat /home/luca/pass10
AKIAIJP4VDSADOMC6V2:BN9qeZ5kd6uwq9X81fB/5kM2o+SNOzr/hI9FEnfO
chmod 600 pass10
mkdir fs10
s3fs -f bucketfstwo /home/luca/fs10 -o passwd_file=/home/luca/pass10
[CRT] s3fs_init(3294): init v1.79(commit:unknown) with GnuTLS(gcrypt)
[CRT] s3fs_check_service(3707): invalid credentials - result of checking service.
/etc/fstab entry, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
credentials saved to pass10, also tried ~/.passwd-s3fs and have resulted in same error.
resulting in " invalid credentials - result of checking service" error.
pls advise what needs to be done.
Thanks.
@mauricev commented on GitHub (Sep 23, 2019):
I am seeing the same issue. I don't see any error when I try s3ql (although it has its own issue of not showing what has apparently been mounted)
@gaul commented on GitHub (Sep 24, 2019):
Could you test with the latest 1.85 version instead of 1.79? The latter is 4 years old and has several authentication issues.
@mauricev commented on GitHub (Sep 24, 2019):
I am using 1.85
@gaul commented on GitHub (Feb 2, 2020):
Please test with
-o curldbgand reopen if symptoms persist.