mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #966] Access to a non public bucket. #538
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#538
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 @SirkoMann9 on GitHub (Feb 27, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/966
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)
Version: 2.9.4-1ubuntu3.1
Kernel information (uname -r)
4.4.0-1075-aws
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Ubuntu"
VERSION="16.04.6 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.6 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
s3fs bucket-name local-mount-point -ouse_cache=/tmp -d -o dbglevel=info -o curldbg
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
Details about issue
Looks like it dont like my credentials, but when I use them with aws-cli they are working well. I tried to change the permissions on the bucket to public and it's working. I do need it for a non public bucket. Is this possible?
@ahkok commented on GitHub (Mar 1, 2019):
"metoo"
Amazon Simple Storage Service File System V1.84(commit:unknown) with OpenSSL(Clear Linux OS)aws s3 lsshows the bucket I'm requesting. I followed the standard instructions to setup the credentials file.@gaul commented on GitHub (Apr 9, 2019):
@SirkoMann9 Can you test with the latest 1.85? 1.79 is three years old and newer versions resolve many issues.
@ramseydsilva commented on GitHub (Apr 25, 2019):
I am getting the same 403 error when mounting a newly created non-public bucket from a ec2 instance in a region different from my s3 bucket (with version 1.85). It seems to work after a few hours.