标签: google-cloud-cpp

有没有办法为 google-cloud-cpp 使用 http 代理?

我正在使用google-cloud-cpp(用于 Google Cloud Platform 函数的 C++ API)来创建/读取/写入存储桶。当我在组织的防火墙内工作时,我必须使用代理才能连接到谷歌云。我看到我们可以使用 gcloud 命令行配置代理: gcloud config set proxy/type http gcloud config set proxy/address xxxx gcloud config set proxy/port

当我使用 google-cloud-cpp 时,我可以做类似的事情吗?

google-cloud-storage google-cloud-sdk google-cloud-cpp

0
推荐指数
1
解决办法
693
查看次数