Skip to content

Commit 69e22ae

Browse files
authored
[storage-resize-images] Revise description (#88)
1 parent 9da7a14 commit 69e22ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage-resize-images/extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license: Apache-2.0
2020
displayName: Resize Images
2121

2222
description:
23-
Resizes images uploaded to Cloud Storage to a specified size, and stores both the original and resized images.
23+
Resizes images uploaded to Cloud Storage to a specified size. Original images can either be stored or deleted.
2424

2525
billingRequired: false
2626
sourceUrl: https://github.com/firebase/extensions/tree/master/storage-resize-images
@@ -94,7 +94,7 @@ params:
9494
label: Cloud Storage bucket for images
9595
description: >
9696
To which Cloud Storage bucket will you upload images that you want to resize?
97-
This bucket will store both the original and resized images.
97+
Resized images will be stored in this bucket. Original images can either be stored or deleted.
9898
default: ${STORAGE_BUCKET}
9999
validationRegex: (.)+\.(.)+\.(.)+
100100
validationErrorMessage: Invalid storage bucket

0 commit comments

Comments
 (0)