Lab 6 β Google Cloud Storage
Learning Outcomes
- Create a Google Cloud Storage bucket.
- Upload and list objects using the console or gcloud CLI.
- Understand basic access logging concepts.
Tasks
- In the Google Cloud Console, go to Cloud Storage β Buckets and create a new bucket with a unique name and region.
- Upload at least two files (e.g., a text file and an image).
-
Optional: with the
gcloudCLI, run:gcloud storage ls gcloud storage ls gs://YOUR-BUCKET-NAME - In your notes, describe what access logs for this bucket might contain (who accessed what, from where, and when) and why theyβre useful.
Log in to track completion status for this lab.