Storing files in Cloud Storage
Connecting to GCP Cloud Storage Service from your DevBox.
Architecture Diagram
Existing Cloud Storage
Connecting to GCP Cloud Storage
Go to your DevBox and install Gcloud SDK:
Authenticate your GCP account with Gcloud SDK:
Access your cloud storage list by:
New Cloud Storage Bucket
Step 1: Creating a storage bucket
Go to Cloud Storage > Buckets.
Click on Create.
Enter a unique name for the bucket and click on Create.
Step 2: Accessing the storage bucket from Devbox
Go to your DevBox and install Gcloud SDK:
Authenticate your GCP account with Gcloud SDK:
Access your cloud storage list by:
Last updated