Unify and manage your data

Create a Google Cloud Storage bucket

Learn how to create a Google Cloud Storage bucket

To create a Google Cloud Storage bucket:
  1. Access the GCP Console and navigate to the Cloud Storage browser.
  2. Select the Create Bucket option.
  3. Provide the necessary information for the bucket.
    Fill in details such as the Name, Location, Storage class, and Access Control settings.
  4. Select Create to finalize the bucket creation.
  5. Set up object expiration (automatic deletion of objects older than 14 days).
    1. Select the recently created bucket.
    2. Access the Lifecycle tab.
    3. Select Add a rule.
    4. Specify the object expiration settings.
      Under Object conditions, choose Age and input "14" in the designated field. In the Action section, select Delete.
    5. Select Save to confirm the configuration.