Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions functions/imagemagick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Functions for your project.

1. Create a Cloud Storage Bucket:

gsutil mb gs://YOUR_INPUT_BUCKET_NAME
gcloud storage buckets create gs://YOUR_INPUT_BUCKET_NAME
Comment thread
gurusai-voleti marked this conversation as resolved.

This storage bucket is used to upload images for the function to check.

1. Create a second Cloud Storage Bucket:

gsutil mb gs://YOUR_OUTPUT_BUCKET_NAME
gcloud storage buckets create gs://YOUR_OUTPUT_BUCKET_NAME
Comment thread
gurusai-voleti marked this conversation as resolved.

This second storage bucket is used to store blurred images. (Un-blurred images will not be saved to this bucket.)

Expand Down
4 changes: 2 additions & 2 deletions functions/v2/imagemagick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Functions for your project.

1. Create a Cloud Storage Bucket:

gsutil mb gs://YOUR_INPUT_BUCKET_NAME
gcloud storage buckets create gs://YOUR_INPUT_BUCKET_NAME
Comment thread
gurusai-voleti marked this conversation as resolved.

This storage bucket is used to upload images for the function to check.

1. Create a second Cloud Storage Bucket:

gsutil mb gs://YOUR_OUTPUT_BUCKET_NAME
gcloud storage buckets create gs://YOUR_OUTPUT_BUCKET_NAME
Comment thread
gurusai-voleti marked this conversation as resolved.

This second storage bucket is used to store blurred images. (Un-blurred images will not be saved to this bucket.)

Expand Down
Loading