GoogleCloudPlatform / gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Apache License 2.0
21 stars 38 forks source link

cgi.parse_qs is deprecated, using urllib.parse.parse_qs instead #39

Closed zacharya19 closed 5 years ago

zacharya19 commented 6 years ago

https://docs.python.org/3/library/cgi.html#cgi.parse_qs

cgi.parse_qs is deprecated.

houglum commented 5 years ago

Sorry to have let this sit for so long - thanks for the PR!