【发布时间】:2018-05-21 19:36:27
【问题描述】:
我正在尝试使用 python 客户端库在 Google Cloud 存储上创建一个包含 2 个空文件夹的新存储桶。
我参考了GCS (https://google-cloud-python.readthedocs.io/en/latest/storage/client.html) 的 python 客户端库 API,我找到了一个 create_bucket() 方法,但我还想在其中创建 2 个文件夹 - '已处理' 和 '未处理',但是找不到创建文件夹的方法。任何帮助将不胜感激。
谢谢
【问题讨论】:
标签: python google-cloud-platform google-cloud-storage google-cloud-python