Unable to connectm to minio using rclone

What is the problem you are having with rclone?

Unable to list the Minio buckets using rclone

Run the command 'rclone version' and share the full output of the command.

rclone v1.68.1
- os/version: Microsoft Windows 11 Pro for Workstations 21H2 (64 bit)
- os/kernel: 10.0.22000.318 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: cmount

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

Minio (self - hosted)

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

 .\rclone.exe lsd minio: -vv

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[minio]
type = s3
provider = Minio
env_auth = false
access_key_id = XXX
secret_access_key = XXX
region = us-east-1
endpoint = http://myvpsip:9000
location_constraint =
server_side_encryption =

Regarding the region i' ve tried it with us-east-1 and without (empty), im not sure about this.

A log from the command that you were trying to run with the -vv flag

2024/11/13 09:58:18 DEBUG : rclone: Version "v1.68.1" starting with parameters ["C:\\Users\\user\\Desktop\\rclone-v1.68.1-windows-amd64\\rclone.exe" "lsd" "minio:" "-vv"]
2024/11/13 09:58:18 DEBUG : Creating backend with remote "minio:"
2024/11/13 09:58:18 DEBUG : Using config file from "C:\\Users\\user\\AppData\\Roaming\\rclone\\rclone.conf"
2024/11/13 10:03:44 DEBUG : pacer: low level retry 1/2 (error operation error S3: ListBuckets, exceeded maximum number of attempts, 10, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Get "http://myvpsip:9000/?x-id=ListBuckets": dial tcp myvpsip:9000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
2024/11/13 10:03:44 DEBUG : pacer: Rate limited, increasing sleep to 10ms
2024/11/13 10:09:18 DEBUG : pacer: low level retry 2/2 (error operation error S3: ListBuckets, exceeded maximum number of attempts, 10, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Get "http://myvpsip:9000/?x-id=ListBuckets": dial tcp myvpsip:9000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
2024/11/13 10:09:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2024/11/13 10:09:18 ERROR : : error listing: operation error S3: ListBuckets, exceeded maximum number of attempts, 10, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Get "http://myvpsip:9000/?x-id=ListBuckets": dial tcp myvpsip:9000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2024/11/13 10:09:18 DEBUG : 2 go routines active
2024/11/13 10:09:18 NOTICE: Failed to lsd with 2 errors: last error was: operation error S3: ListBuckets, exceeded maximum number of attempts, 10, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Get "http://myvpsip:9000/?x-id=ListBuckets": dial tcp myvpsip:9000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Using mc.exe I was able to successfully connect and list buckets and the objects inside.

Also using postman Api aws request I can get a 200 so from a minio connection everything looks good but don't know why rclone is not able to connect.

Any help is much appreciated.

regards,
James.

you rely on DNS/mDNS here? Have you tried real IP?

golang has known issue here:

Hi,

This is a real ip but im putting this not show my ip.. actually I should have it like http//:xx.xx.xx.xx:9000

Sorry for the incontinence.

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