Feedback on custom domain binding issue #14575
Unanswered
jiuyuesanqiu
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This feature isn't exposed in Mountain Duck directly. Workaround is to install Cyberduck, then edit that connection, expand the Extended-properties and enter |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have encountered an issue when connecting to my Aliyun storage bucket using the Mountain Duck software. Here are the details of my situation:
I am currently using the oss-cn-shenzhen.aliyuncs.com server in Shenzhen, and I am connecting to a storage bucket called my-bucket using the S3 protocol. In the connection editor, I have set the path to /my-bucket. I have also bound a custom domain my-custom-domain.com to my storage bucket.
While I am able to upload and download files, the URL that is copied when I right-click a file is incorrect. For example, when I copy the URL of the file a.png, the URL that is copied is http://oss-cn-shenzhen.aliyuncs.com/my-bucket/a.png. However, the actual URL should be https://my-bucket.oss-cn-shenzhen.aliyuncs.com/a.png or https://my-custom-domain.com/a.png.
I suspect that this issue is caused by Mountain Duck's inability to correctly resolve the custom domain. I am using the latest version of Mountain Duck, and I have also tried manually entering the correct URL, but the issue persists.
Could you please advise me on any possible methods to enable Mountain Duck to correctly resolve my custom domain and copy the correct URL? I would appreciate any assistance or guidance that you can provide.
Thank you for your help and support.
Beta Was this translation helpful? Give feedback.
All reactions