RunpodR
Runpod7mo ago
Yang

rclone S3 Connection Fails with SignatureDoesNotMatch Error (Status 403)

Description:
When attempting to list the contents of an S3 bucket (configured as sdd:) using rclone in a RunPod container environment, I encounter the following error:

(base) hellome@pytorch-deployment-19243627854784790530-f4765b75-llhbr:~$ rclone lsd sdd:
2025/06/13 04:07:05 ERROR : : error listing: SignatureDoesNotMatch: Unable to authenticate request: signature does not match any shared API key for specified user ID
        status code: 403, request id: , host id: 
2025/06/13 04:07:05 Failed to lsd with 2 errors: last error was: SignatureDoesNotMatch: Unable to authenticate request: signature does not match any shared API key for specified user ID
        status code: 403, request id: , host id:


Expected Outcome:
To be able to access the S3 bucket normally using rclone.
Was this page helpful?