For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cloud Storage

Create Cloud Storage Buckets in GCP

In GCP, Cloud Storage Buckets are containers that hold your data. Everything in Google Cloud Storage resides in a bucket. Learn more about GCP Cloud Storage and Cloud Storage Buckets.

Creating a GCP Cloud Storage Bucket

  1. In the DuploCloud Portal, navigate to Cloud Services -> Storage. The Buckets page displays.

Buckets page in the DuploCloud Portal
  1. In the Buckets tab, click Add. The Create a Bucket pane displays.

  1. Configure the bucket settings:

  • Name: Provide a unique name for the bucket.

  • Enable Versioning: Optionally, enable this option to keep previous versions of uploaded files.

  • Allow Public Access: Optionally, enable to allow public access.

  • Labels: Optionally, add labels to organize and categorize your bucket. For example:

    • Key: env, Value: production

  • Location Type: Choose the location type for the bucket:

    • Tenant Region: Select this option to store the bucket in your specific Tenant region

    • Multi-Region: Store data across multiple regions for higher availability and redundancy.

    • Region: Store data in a specific geographic region, e.g., US-Central1 (Iowa, USA).

  1. Click Create. The bucket will be created based on the configurations you specified.

Last updated

Was this helpful?