Kami commented on issue #1529: URL: https://github.com/apache/libcloud/issues/1529#issuecomment-750846981
@triplepoint Did you happen to have a chance to test it yet? I hope to work on a new release which will include this change in the next couple of days. One thing worth pointing out is that setting module level variable to allow duplicate slashes will modify behavior for all the requests. So this could potentially cause issues if you are using multiple drivers. One way to avoid that would be to add ``allow_duplicate_slashes`` argument to the S3 driver and then propagate this option all the way down to the connection class. This would require more glue code, but it would mean that change would only be scoped to that instance of the driver instead of globally. WDYT? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
