如何配置s3cmd配置文件(.s3cfg)连接到谷歌云存储存储桶?
我觉得下面的变量可能与这个问题有关:
access_key
secret_key
host_base
host_bucket
service_path发布于 2019-10-20 07:09:09
您可以使用互操作性设置来创建密钥对。
https://bitmovin.com/docs/encoding/faqs/how-can-i-create-access-secret-keys-for-google-cloud-storage
其他参数为(来自同一设置菜单):
host_base = storage.googleapis.com
host_bucket = %(bucket).storage.googleapis.com我不需要使用service_path
https://stackoverflow.com/questions/33945694
复制相似问题