You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage-resize-images/README.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ You can find more information about this extension in the following articles:
144
144
* Sizes of resized images: What sizes of images would you like (in pixels)? Enter the sizes as a comma-separated list of WIDTHxHEIGHT values. Learn more about [how this parameter works](https://firebase.google.com/products/extensions/storage-resize-images).
145
145
146
146
147
-
* Deletion of original file: Do you want to automatically delete the original file from the Cloud Storage bucket? Warning: these deletions cannot be undone, and if you reconfigure this instance to use different image dimensions, you won't be able to backfill deleted images.
147
+
* Deletion of original file: Do you want to automatically delete the original file from the Cloud Storage bucket? Warning: these deletions cannot be undone.
148
148
149
149
* Make resized images public: Do you want to make the resized images public automatically? So you can access them by URL. For example: https://storage.googleapis.com/{bucket}/{path}
150
150
@@ -182,13 +182,6 @@ Leave this field empty if you do not want to store failed images in a separate d
182
182
183
183
* Cloud Function memory: Memory of the function responsible of resizing images. Choose how much memory to give to the function that resize images. (For animated GIF => GIF we recommend using a minimum of 2GB).
184
184
185
-
* Backfill existing images: Should existing, unresized images in the Storage bucket be resized as well?
186
-
187
-
188
-
* Backfill batch size: The maximum number of images to resize in a single batch. By default, the function is configured to resize 3 images at a time. This is a conservative default to work with smallest memory option (512 MB).
189
-
WARNING: Ensure your function has enough memory to handle the batch size.
190
-
191
-
192
185
* Assign new access token: Should resized images have a new access token assigned to them, different from the original image?
193
186
194
187
@@ -207,8 +200,6 @@ WARNING: Ensure your function has enough memory to handle the batch size.
207
200
208
201
***generateResizedImage:** Listens for new images uploaded to your specified Cloud Storage bucket, resizes the images, then stores the resized images in the same bucket. Optionally keeps or deletes the original images.
209
202
210
-
***backfillResizedImages:** Handles tasks from startBackfill to resize existing images.
0 commit comments