-
Notifications
You must be signed in to change notification settings - Fork 233
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
How to run docker against Azure Storage? #404
Comments
There are two ways to configure Azure Blob access. One possibility is using the Azure tenant ID, client ID, and password. The settings would look like:
The other method is via Azure storage Keys, which uses the key and storage account name and looks like:
I don't think you need to specify the endpoint -- S3Proxy should infer it from the storage account name that was passed in. |
Thanks. I tried the latter, and it still gives me that same getHost error message
|
@AArnott Thanks for testing it out. Looks like the
Option 1 is probably easiest. I'll open a corresponding jclouds issue and reference it in the fix. Thanks for the report! |
jclouds PR: apache/jclouds#135 |
I'm trying to piece together from the wiki and the dockerfile how to run the s3proxy against an Azure Blob Storage account. This is what I have:
But this fails when accessing http://localhost:80 with this error:
I tried with the endpoint set to just
arnottmedia
as well, to no avail. I don't know what to put for identity because Azure only offers 'keys' (no IDs).Any suggestions?
The text was updated successfully, but these errors were encountered: