[GitHub] libcloud pull request #901: Fixed some google_storage.py URL cleaning.

2016-10-13 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/libcloud/pull/901


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] libcloud pull request #901: Fixed some google_storage.py URL cleaning.

2016-10-11 Thread crunk1
GitHub user crunk1 opened a pull request:

https://github.com/apache/libcloud/pull/901

Fixed some google_storage.py URL cleaning.

The new ex_* methods in google_storage.py were not URL encoding object 
names. In particular, the '/' was problematic. Using py3.py's urlquote.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/crunk1/libcloud trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/libcloud/pull/901.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #901


commit d7d0cc14c067b43b97f71abced9e28e21f9a61a9
Author: Scott Crunkleton 
Date:   2016-10-11T22:41:13Z

Fixed some google_storage.py URL cleaning.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---