Open In App

How To Create a Google Cloud Storage Bucket?

Last Updated : 30 Mar, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Pre-requisite: Google Cloud Platform

Google Cloud Storage Bucket is a service that allows you to store and retrieve large amounts of unstructured data, such as videos, images, audio files, and backups. The data is stored in objects, which are simply files and their metadata. Each object is associated with a unique key, which can be used to retrieve the data. Buckets are used to organize and manage objects, and each bucket is associated with a unique name. Buckets can be created in any of the Google Cloud Storage locations and you can store data in multiple locations for redundancy and faster access.

Features of Google Cloud Bucket

  1. Versioning: You can enable versioning for a bucket, which allows you to keep multiple versions of an object in the same bucket. This can be useful for scenarios such as data recovery and auditing.
  2. Public Access: It means that anyone on the internet can access the data, while private access means that only authorized users can access the data.
  3. Lifecycle management: You can set up rules to automatically transition objects to different storage classes or delete them after a certain period of time.
  4. Data Management: You can use the Google Cloud Storage API to programmatically access and manage your data. You can also use the Google Cloud Console or the gsutil command-line tool to interact with your data
  5. Data Transfer: Google Cloud Storage also offers a variety of options for transferring data into and out of the cloud.

Overall, Google Cloud Storage Buckets is a versatile and cost-effective storage solution that can be used for a wide variety of data storage and management scenarios.

Steps to Create Google Cloud Storage Bucket

Step 1: Log in to Google Cloud Console

Google Cloud Console

 

Step 2: Go to the service section search for Cloud Storage and select Bucket

Bucket

 

Step 3: Click on Create 

create bucket

 

Step 4: Enter the Name of your bucket and click on continue

config bucket

 

Step 5: Select the Location Type according to your choose

location placement

 

Step 6: Select Access control

access control

 

Step 7: Select Protection Tools then click on Create 

Protection Tools

 

Bucket will be created.

output

 


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads