[Wasabi] error listing: AccessDenied: Access Denied

What is the problem you are having with rclone?

Access Denied

What is your rclone version (output from rclone version)

v1.56.0

Which cloud storage system are you using? (eg Google Drive)

Wasabi

The command you were trying to run (eg rclone copy /tmp remote:tmp)

i can list bucket folder with this commant

command:

rclone lsd -vv wasabi:

Result:

<7>DEBUG : rclone: Version "v1.56.0" starting with parameters ["rclone" "lsd" "-vv" "wasabi:"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "wasabi:"
<7>DEBUG : Using config file from "/home/izul/.config/rclone/rclone.conf"
          -1 2021-09-03 05:34:54        -1 ahh
          -1 2021-09-03 05:28:08        -1 ajg
<7>DEBUG : 4 go routines active

but when im going to list (ls/lsd) from bucket folder i got access denied

Command

rclone lsd -vv wasabi:ajg

Result

<7>DEBUG : rclone: Version "v1.56.0" starting with parameters ["rclone" "lsd" "-vv" "wasabi:ajg"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "wasabi:ajg"
<7>DEBUG : Using config file from "/home/izul/.config/rclone/rclone.conf"
<3>ERROR : : error listing: AccessDenied: Access Denied
	status code: 403, request id: 7BF199F1308D9CF0, host id: GSyflx8rxMKCvl0QEmSLIbPuuPhAdn18BNhkKuUH7bdICAPCIoUBw7A0FTTs40UxJEaECw4f9ULp
<7>DEBUG : 6 go routines active
Failed to lsd with 2 errors: last error was: AccessDenied: Access Denied
	status code: 403, request id: 7BF199F1308D9CF0, host id: GSyflx8rxMKCvl0QEmSLIbPuuPhAdn18BNhkKuUH7bdICAPCIoUBw7A0FTTs40UxJEaECw4f9ULp

The rclone config contents with secrets removed.

[wasabi]
type = s3
env_auth = false
access_key_id = xxx
secret_access_key = xxx
region =
endpoint = s3.wasabisys.com
location_constraint =
acl =
server_side_encryption =
storage_class =

A log from the command with the -vv flag

<7>DEBUG : rclone: Version "v1.56.0" starting with parameters ["rclone" "lsd" "-vv" "wasabi:ajg"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "wasabi:ajg"
<7>DEBUG : Using config file from "/home/izul/.config/rclone/rclone.conf"
<3>ERROR : : error listing: AccessDenied: Access Denied
	status code: 403, request id: 7BF199F1308D9CF0, host id: GSyflx8rxMKCvl0QEmSLIbPuuPhAdn18BNhkKuUH7bdICAPCIoUBw7A0FTTs40UxJEaECw4f9ULp
<7>DEBUG : 6 go routines active
Failed to lsd with 2 errors: last error was: AccessDenied: Access Denied
	status code: 403, request id: 7BF199F1308D9CF0, host id: GSyflx8rxMKCvl0QEmSLIbPuuPhAdn18BNhkKuUH7bdICAPCIoUBw7A0FTTs40UxJEaECw4f9ULp

hi,
i use wasabi with rclone.

that is a permissions issue.
the client id, is that root user or did you create a IAM user?

as per rclone documentation, i would test using this bucket policy
https://rclone.org/s3/#s3-permissions

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.