-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update client library #6521
Comments
Ok, hopefully this can be fixed soon! |
Replying to [comment:5 Juhieta]:
Until then the workaround described (enter the hostname manually) should work for you. |
Replying to [comment:6 dkocher]:
|
Replying to [comment:7 Juhieta]:
This is possible in both the Connection and Bookmark windows. |
Replying to [comment:8 dkocher]:
Unfortunately it is not possible (or at least I can't find a way how). I'm only unable to change the "Server" (not the final URL). The orignal problem was: If I enter to Server field "blob.core.windows.net" and to Username field my Azure account name, the application formulates the URL as:
While it should be:
If I now enter to Server field "ACCOUNTNAME.blob.core.windows.net" and try to leave Username field empty, the application will not allow to connect until I also give the Username. And that will result to:
If you really think it should be possible to fix the result URL, could you please give step by step instructions. |
Replying to [comment:9 Juhieta]: I will have to check with my own account. But there should still be a access key that you must use as the username in the login credentials. |
We will need to update switch our client library implementation to Windows Azure SDK for Java. |
Ok, great to hear that something can be done to fix this! |
Looks like there are no workarounds? Small bugfix release maybe? Please. |
Replying to [comment:14 Alexey Palazhchenko]:
|
+1 for this to be fixed please. The issue means it is impossible to connect to Azure. (I have just downloaded the Windows version of Cyberduck 4.2.1 and very disappointed.) |
Azure protocol support is currently not available. |
I definitely want Azure support back. |
~~ Enable support in current snapshot builds with setting the hidden property
~~ |
Hi,
I purchased the application from Mac App Store to connect Windows Azure Storage (blob storage).
The Mac App Store version had some problems to connect to Windows Azure, so I installed the latest version from the website (4.2.1).
However, even with this version, when I enter my credentials correctly and try to connect, I get the following error:
The problem seems to be that Cyberduck formulates the Azure Storage URL as follows (where MYACCOUNT is my account name):
While it should be:
This completely breaks Azure compatibility of Cyberduck.
The text was updated successfully, but these errors were encountered: