Monday, 27 January 2020

Google Cloud - Access Bucket from VM

Login to SSH ,List the Bucket and copy the files to local VM from Bucket
To list the file
gsutil ls gs://my1stbuckettotestjhb01/testupload/*

To copy the file from Bucket to VM

gsutil cp gs://my1stbuckettotestjhb01/testupload/Buckettest.txt .



Ref: https://cloud.google.com/storage/docs/quickstart-gsutil#create

No comments: