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

Remove socksi-py dependency #52

Closed dilipped closed 4 years ago

dilipped commented 4 years ago

Socki-py is breaking for Python3 when we try to do Proxy authentication. Removing this dependency and instead using the socks.py module present in the httplib2 lib.