Tomaz Muraus
Tomaz Muraus
I'm trying to fix the driver since I thought it may be an easy fix, but it looks like the driver was never really fully implemented and working. I fixed...
With #1635, instantiating the driver and authenticating with the API now works, but I haven't tested much else and it's likely that other things are not working as well since...
I'm don't know too much about this specific error, but it does look like it's network related. @c-w There were some discussions about common retrying mechanism in Libcloud, but it...
@pcqnt Thanks for the contribution - can you please add some unit tests for it (you should be able to inherit a lot of stuff from the existing S3 tests).
Thanks for adding some basic unit tests. I've fixed small lint issues and will go ahead and merge the pr into trunk.
Thanks for reporting this bug. IIRC, we had a similar bug recently, but don't recall anymore if it was S3 or some other driver (need to dig in).
EDIT: I think I found it - #1529, #1531. So ``libcloud.common.base.ALLOW_PATH_DOUBLE_SLASHES = True`` workaround should work as well - https://github.com/apache/libcloud/pull/1531/files#diff-9162be95b923e5cb64a41d8eb40fed8319817ac497231758ceab596e548e3ebaR67. Maybe in a future release we can consider changing the...
@jan-mue Sorry, I don't know how I missed that part in the description. Yes, in the short term I think adding constructor argument ``ex_allow_slashes`` or similar is fine. As far...
@jan-mue Thanks for confirming. Is there anything else we could do to make that easier / more obvious to the end user (docs, code or similar)? I guess one think...
Thanks for reporting this and thanks for contribution. The change looks reasonable for me, but I would feel safer if there were some tests. In addition to that, I'm a...