Google Cloud Storage

1 · · May 27, 2021, 1:24 p.m.
Wie AWS S3, nur mit anderen Commands. Retrieve a banner image from a publicly accessible Cloud Storage location: gsutil cp gs://cloud-training/gcpfci/my-excellent-blog.png my-excellent-blog.png Copy the banner image to your newly created Cloud Storage bucket: gsutil cp my-excellent-blog.png gs://$DEVSHELL_PROJECT_ID/my-excellent-blog.png Modify the Access Control List of the object you just created so that it is readable by everyone: gsutil acl ch -u allUsers:R gs://$DEVSHELL_PROJECT_ID/my-exc...