Centos Linux on vmware - gsutil is working but I am trying to download objects from google cloud storage using python code. Running below python code fails as I am behind a prox
The google-cloud python library doesn't have support for proxies.
gsutil's proxy support comes from its use of the boto library, so you might consider using that library if you need proxy support.