sinergym.utils.gcloud.create_bucket

sinergym.utils.gcloud.create_bucket(client, bucket_name='experiments-storage', location='EU')

Create bucket in Google Cloud.

Parameters:
  • client – Google Cloud storage client object to ask resources.

  • bucket_name – Name of the bucket

  • location – Location for the bucket.

Returns:

Bucket object.

Return type:

bucket