Google cloud storage is a cloud-based object storage service offered by Google cloud platform (GCP). GCP's cloud storage allows you to store and retrieve unstructured data, in scalable and durable manner.
Sign in to you GCP account or create an account. Once signed in the dashboard will open. Select cloud storage.
In the cloud storage window, click on the create bucket button.
In the next window, give your bucket a name and choose a location type for your bucket. You will choose:
Region: When within a specific region you need data redundancy and low latency.
Dual-region: When you require two geographically seperate regions. The data in a dual- region bucket is simultaneously replicated and stored in both regions.
Multi-region: When you need data availability and low latency across multiple geographic regions.
Then, select a storage class for your data.
Autoclass: This feature will chose a class automatically for your bucket based on the object-level activity.
Standard: This provides high performance and low-latency access for data.
Nearline: You can use this if you the objects inside the bucket are not frequently accesses but when needed they should be accessed quickly.
Coldline: Desinged for data that is not accessed quickly and can bear long retrieval time.
Archive: This is intended for data that is rarely accessed and can tolerate retrieval time longer than hours.
While choosing how to control access to objects choose:
Uniform: If you wan to apply the same access permisions to all objects present in the bucket.
Fine-grained: If you want to assign specific access permisiions to individual users, groups or service accounts.
Next, chose a data protection tool.
Object versioning: This feature is useful for maintaining historical changes to objects and provides data resiliancy in case of accidental modifications.
Retention policy: This is a configuration that enforces a specified retention period for objects in a bucket.
When done, click on create bucket.
Your bucket will be created. Now you can upload any object you want by clicking on the upload button.
If you want to delete the uploaded object select the object and click on the delete button.
Confirm the deletion of object.
To delete a bucket, select the bucket and click on delete.
Confirm the deletion of bucket by writing "Delete".
Free Resources