Skip to main content

Command Palette

Search for a command to run...

Google Cloud Storage – GCS

Published
1 min read
Google Cloud Storage – GCS
A

Skilled Software Developer with 3+ years of experience in the full SDLC creating dynamic web applications. Updates functionality based on customer requirements to ensure excellent user experience.

Google Cloud Storage – GCS

Create Storage Bucket

  1. Google Cloud Storage is a service for storing unstructured data i.e. objects/blobs in Google Cloud.
  2. Google Cloud Storage provides a RESTful service for storing and accessing the data on Google’s infrastructure.
  3. GCS combines the performance and scalability of Google’s cloud with advanced security and sharing capabilities.

Basic tools for Cloud Storage Here are some basic ways you can interact with Cloud Storage:

Console: The Google Cloud Console provides a visual interface for you to manage your data in a browser.

gsutil: gsutilis a command-line tool that allows you to interact with Cloud Storage through a terminal. If you use other Google Cloud services, you can download the Cloud SDK, which includes gsutil along with the gcloud tool for other services.

Client libraries: The Cloud Storage client libraries allow you to manage your data using one of your preferred languages, including C++, C#, Go, Java, Node.js, PHP, Python, and Ruby.

REST APIs: Manage your data using the JSON or XML API.

Google Cloud Storage – GCS