You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bug, not a question or a configuration issue.
This issue is not already reported on Github (I've searched it).
Bug description
Hi,
I use a custom S3 cluster for my tests (a minio cluster with a canonical host aka storage.mydomain.com).
Every request issued by sftpgo fails to reach my Minio cluster because every request updates the host definition with the bucket I wrote in the storage définition of my user profile => https://bucketname.storage.mydomain.com/
Thus none of my requests can reach my minio cluster because bucketname.storage.mydomain.com is not defined in my DNS server.
Bug description
Hi,
I use a custom S3 cluster for my tests (a minio cluster with a canonical host aka storage.mydomain.com).
Every request issued by sftpgo fails to reach my Minio cluster because every request updates the host definition with the bucket I wrote in the storage définition of my user profile => https://bucketname.storage.mydomain.com/
Thus none of my requests can reach my minio cluster because bucketname.storage.mydomain.com is not defined in my DNS server.
Am I doing something wrong ?
Steps to reproduce
=> Error : 2024-05-20T15:55:16.558 DBG error retrieving directory entries: operation error S3: ListObjectsV2, exceeded maximum number of attempts, 3, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Get "https://bucketname.storage.mydomain.com/?delimiter=%2F&list-type=2&max-keys=5000&prefix=":
Expected behavior
Shouldn't we call https://storage.mydomain.com/ and not https://bucketnamestorage.mydomain.com/ ?
SFTPGo version
Latest Docker Alpine : SFTPGo 2.6.0 19e9857
Data provider
Mysql
Installation method
Community Docker image
Configuration
Only volumes path
Relevant log output
No response
What are you using SFTPGo for?
Private user, home usecase (home backup/VPS)
Additional info
No response
The text was updated successfully, but these errors were encountered: