mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1377] Bucket Not found - error #738
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#738
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 @sanhardik on GitHub (Aug 21, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1377
I am trying to setup FTP server with multiple users mounted with their individual folders inside S3 bucket.
I get Bucket Not Found error saying that the Key is not found. But when I look at the S3 Bucket, I can see the folder there.
Version of s3fs being used (s3fs --version). 1.86
Version of fuse being used pkg-config --modversion fuse 2.9.2
Kernel information (uname -r)
uname -r
4.14.186-146.268.amzn2.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3⭕amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
s3fs command line used, if applicable
sudo s3fs test-bucket:/test2 /home/test2/ftp/files -o iam_role="EC2-S3FTPPolicy",allow_other -d -o endpoint="ap-southeast-2" -o curldbg -f
Details about issue
Debug Log
[INF] s3fs.cpp:s3fs_destroy(3546): destroy
[ec2-user@ip-172-31-72-248 ~]$ aws s3 ls s3://test-bucket
PRE test1/
PRE test2/
PRE test3/
PRE test4/
PRE test5/
@Asalle commented on GitHub (Jan 27, 2021):
it seems that I have the same issue with
s3fs V1.88 (commit:6d65e30)
pkg-config --modversion fuse 2.9.9
uname -r 5.4.0-60-generic
cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.1 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.1 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
all this inside a docker container.
In my case, the folders that I created in the management console I can mount with no problems, but some of them I created programmatically with aws sdk's go client and I can't mount them
@Asalle commented on GitHub (Jan 27, 2021):
May be related to this https://github.com/s3fs-fuse/s3fs-fuse/wiki/FAQ#q-could-not-mount-with-specifying-the-path-under-bucket