D
Dokploy5mo ago
Eric

S3 Connection not working with Minio

Somehow my S3 Backup Connection isn’t working quite right
Command failed: rclone ls --s3-provider=Minio --s3-access-key-id=… --s3-secret-access-key=… --s3-region=eu-central --s3-endpoint=https://minio-2.woven.design --s3-no-check-bucket --s3-force-path-style ":s3:woven-dokploy" 2025/01/16 11:00:14 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults 2025/01/16 11:00:14 NOTICE: Failed to ls: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 181B2739F134FB11, HostID: dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8, api error SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method.
Command failed: rclone ls --s3-provider=Minio --s3-access-key-id=… --s3-secret-access-key=… --s3-region=eu-central --s3-endpoint=https://minio-2.woven.design --s3-no-check-bucket --s3-force-path-style ":s3:woven-dokploy" 2025/01/16 11:00:14 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults 2025/01/16 11:00:14 NOTICE: Failed to ls: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 181B2739F134FB11, HostID: dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8, api error SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method.
What can cause this? I’m 100% sure the keys are correct, and it’s also a fairly standard minio install I’m also not sure on how to enable logging in minio I’d be grateful for every help!
1 Reply
Eric
EricOP5mo ago
Turns out the issue was DNS lol I’ve proxied the domain entry through cloudflare, that didnt work

Did you find this page helpful?