Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的代码处于具有出口限制的环境中,因此我需要通过代理才能连接到外部世界。谷歌云库是否有能力传递代理并通过它进行连接?
Google Cloud 客户端库不提供内置代理支持。您必须配置系统代理或环境特定代理。
例如,如果您正在运行 JVM,则可以按照此处所述配置代理设置。
Golang 也支持类似的东西。