我正试图理解以下google片段中文件名的语法......

client = storage.Client()
bucket = client.get_bucket('my-bucket')
blob = bucket.get_blob('remote-file')

我的问题是如何指定远程文件? 是 "my-bucket/the/path/to/filename "还是 "the/path/to/filename"? 当我尝试第一种方法时,什么也没有返回...甚至没有错误。

谢谢你的帮助。

python
google-cloud-storage
Gary Greenberg
Gary Greenberg
发布于 2020-11-04
1 个回答
guillaume blaquiere
guillaume blaquiere
发布于 2020-11-04
已采纳
0 人赞同

在这里,你得到了水桶