google cloud storage client library - behind proxy - access bucket objects using python code?

后端 未结 2 830
误落风尘
误落风尘 2021-01-21 13:42

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

2条回答
  •  猫巷女王i
    2021-01-21 14:07

    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.

提交回复
热议问题