grp6 terramearth:项目 源码
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
下载地址
用户评论