Timur Alperovich

Results 24 comments of Timur Alperovich

The mocking bits in the PR seem fine to me. Adding the additional auth parameters for keystone is probably also fine, but we don't include the tests for it here?...

I think I bumped into the same issue with Travis CI. After some digging, to reproduce the issue locally, I had to remove `/var/lib/docker/image/overlay2/distribution/diffid-by-digest`. It looks like this directory contains...

I'm investigating using the bucket to look up the blobstore in the blobstore locator. The s3proxy configuration would look like a collection of properties files, one per tenant, with a...

Reference: https://forums.aws.amazon.com/message.jspa?messageID=561616

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: ``` jclouds.provider=azureblob jclouds.identity= jclouds.credential=...

@AArnott Thanks for testing it out. Looks like the `-Djclouds.endpoint=""` is not handled properly by the underlying jclouds library, resulting in an empty string for the endpoint and hence the...

jclouds PR: https://github.com/apache/jclouds/pull/135

@nr-ey @pdspx can you share the request you're making? I can reproduce this issue when using metadata on the object that is not supported by Azure.

@jamesls That sounds like a useful improvement of the boto API. I see a couple of points where a chunked upload may still be preferred. In my particular use case...