File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ Functions for your project.
2121
22221 . Create a Cloud Storage Bucket:
2323
24- gsutil mb gs://YOUR_INPUT_BUCKET_NAME
24+ gcloud storage buckets create gs://YOUR_INPUT_BUCKET_NAME
2525
2626 This storage bucket is used to upload images for the function to check.
2727
28281 . Create a second Cloud Storage Bucket:
2929
30- gsutil mb gs://YOUR_OUTPUT_BUCKET_NAME
30+ gcloud storage buckets create gs://YOUR_OUTPUT_BUCKET_NAME
3131
3232 This second storage bucket is used to store blurred images. (Un-blurred images will not be saved to this bucket.)
3333
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ Functions for your project.
2121
22221 . Create a Cloud Storage Bucket:
2323
24- gsutil mb gs://YOUR_INPUT_BUCKET_NAME
24+ gcloud storage buckets create gs://YOUR_INPUT_BUCKET_NAME
2525
2626 This storage bucket is used to upload images for the function to check.
2727
28281 . Create a second Cloud Storage Bucket:
2929
30- gsutil mb gs://YOUR_OUTPUT_BUCKET_NAME
30+ gcloud storage buckets create gs://YOUR_OUTPUT_BUCKET_NAME
3131
3232 This second storage bucket is used to store blurred images. (Images that are ** not** blurred will not be saved to this bucket.)
3333
You can’t perform that action at this time.
0 commit comments