Skip to content

s3fs: Failed to access bucket. #55

Description

@KhASQ

Hi

I tried to start the container but I face this issue

docker run -it --rm \ --device /dev/fuse \ --cap-add SYS_ADMIN \ --security-opt "apparmor=unconfined" \ --env "AWS_S3_BUCKET=sample-bucket" \ --env "AWS_S3_ACCESS_KEY_ID=myname" \ --env "AWS_S3_SECRET_ACCESS_KEY=mypass" \ --env "AWS_S3_URL=http://myip:9000" \ --env UID=$(id -u) \ --env S3FS_DEBUG=1 \ --env GID=$(id -g) \ -v $(pwd)/tmp1111111111:/opt/s3fs/bucket:rshared \ efrecon/s3fs:1.78 Add group 1000 Add user 1000, turning on rootless-mode Mounting bucket sample-bucket onto /opt/s3fs/bucket, owner: 1000:1000 FUSE library version: 2.9.9 nullpath_ok: 0 nopath: 0 utime_omit_ok: 0 unique: 2, opcode: INIT (26), nodeid: 0, insize: 104, pid: 0 INIT: 7.38 flags=0x73fffffb max_readahead=0x00020000 s3fs: Failed to access bucket.

I checked the network and it is fine also the credentials

Please your support

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions