Replies: 1 comment
-
This is referring to the S3 API compatible connection profile for Backblaze B2 1. Curently the connection profile made available 2 is restricted to the US West region Footnotes |
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.
-
I've been pulling my hair out trying to get Cyberduck to recognize my B2 credentials. After generating new keys, I noticed Cyberduck was still not authorizing. After much closer inspection, I noticed that the default profile uses the following hostname:
s3.us-west-001.backblazeb2.com
. In my case, this is not correct for my buckets. I also noted that you cannot change this default value.Attempting to use this hostname results in this error:
After editing the connection profile located in %appdata%\Cyberduck\Profiles and allowing the
Hostname Configurable
field to be changed, I am then able to use the proper hostname which iss3.us-west-002.backblazeb2.com
. Now my key works.Shouldn't the hostname just be left as a configurable option to avoid issues like this?
Beta Was this translation helpful? Give feedback.
All reactions