﻿Prac-3  [Cloud Storage Bucket]


1 google cloud shell - local
1.0 Install Gcloud CLI installer
        1.1 gcloud init
1.2 gcloud config set project ( project name )
        1.3 gcloud storage buckets create gs:// ( bucket name )
        1.4 gcloud storage cp "PATH" gs://( bucket name )
        1.5 check if uploaded
2 Select the uploaded file
        2.1 Click on Authenticated URL to view the file