1. 首页
  2. 数据库
  3. 其它
  4. grp6 terramearth:项目 源码

grp6 terramearth:项目 源码

上传者: 2021-04-18 10:48:48上传 ZIP文件 1.72KB 热度 9次
grp6-terramearth 从google.cloud导入存储 def create_bucket_class_location(bucket_name):“”“在特定位置使用存储类创建新的存储桶”“”#bucket_name =“您的新存储桶名称” storage_client = storage.Client() bucket = storage_client.bucket(bucket_name) bucket.storage_class = "COLDLINE" new_bucket = storage_client.create_bucket(bucket, location="asia-east1") print( "Created bucket {} in {} with storage class {}".format( new_bucke
下载地址
用户评论