Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Cyberduck URL Formatting Issue – Access Key & Path Affecting Hostname
Hi Cyberduck community,
I’m trying to connect to a custom S3-compatible object storage using Cyberduck on Windows, but Cyberduck isn’t constructing the expected URL and fails to authenticate.
Expected Behavior
My colleague was able to connect using the following URL format automatically populated by Cyberduck:
I assume providing the bucket name in the Path (e.g.
test-media
) should only set the folder view—not affect the host.Actual Behavior
In my setup:
After entering Access Key ID and server endpoint, Cyberduck built:
— the
access-key-id@
prefix is missing, and authentication fails.When I set Path to
/test-media
, the URL changed to:— causing a DNS resolution failure.
I also tried entering:
manually in the Server field, but it still failed to connect.
What I’ve Tried
Tried using S3 (HTTPS) and Amazon S3 profiles
Entering the full URL manually with a
<bucket-name>@
in the Server filedWhile troubleshooting, I found Cyberduck documentation referencing this:
Connecting using Deprecated Path Style Requests
s3.bucket.virtualhost.disable
, but the instructions are unclear, the link appears broken, and I couldn’t locate this setting anywhere in the Cyberduck Windows UI. Additionally, I’m not even sure this documentation is relevant to my specific issue.How can I get Cyberduck to prepend
access-key-id@
automatically to the hostname?Any advice would be greatly appreciated—thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions