File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ license: Apache-2.0
20
20
displayName : Resize Images
21
21
22
22
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 .
24
24
25
25
billingRequired : false
26
26
sourceUrl : https://github.com/firebase/extensions/tree/master/storage-resize-images
@@ -94,7 +94,7 @@ params:
94
94
label : Cloud Storage bucket for images
95
95
description : >
96
96
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 .
98
98
default : ${STORAGE_BUCKET}
99
99
validationRegex : (.)+\.(.)+\.(.)+
100
100
validationErrorMessage : Invalid storage bucket
You can’t perform that action at this time.
0 commit comments