You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2022/06/07 13:03:19 UTC

[GitHub] [libcloud] Kami commented on pull request #1712: Remove hard-coded scheme in azure HTTP requests. Closes #1703

Kami commented on PR #1712:
URL: https://github.com/apache/libcloud/pull/1712#issuecomment-1148644174

   I added a test case for it (e87ee8314e8a88ee908d109ac877dc3f36046e7d) and will go ahead and merge it into trunk. Thanks for the contribution.
   
   While testing the fix and adding a test case, I also noticed a bug in the ``list_containers()`` method where double quotes are not correctly removed from the ``etag`` extra attribute.
   
   ```bash
   ......{'url': None, 'last_modified': None, 'etag': '"0x8CFBAB7B5B82D8E"', 'lease': {'status': 'unlocked', 'state': 'available', 'duration': None}, 'meta_data': {}}
   ```
   
   I went ahead and fixed that as well - 07c72cd8ec8ddea0636d9632a72c66e5d6975777.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org