Skip to main content

How to force Cloudinary to pull the newest version of image from S3?

Comments

1 comment

  • Raya Straus

    Hi,

    I see that you are using an upload mapping. Note that after an image is auto-uploaded (i.e., using an upload mapping) it is an actual image on your Cloudinary account, detached from your origin. Therefore in order to update it, as for any other "regularly" uploaded image, you should explicitly re-upload the image, overwriting the current one, as described here-https://support.cloudinary.com/hc/en-us/articles/202520852-How-can-I-update-an-already-uploaded-image-. Alternatively, you can send a destroy request. In both cases you should either include the version or set invalidate to true.

    0

Post is closed for comments.