Skip to main content

Cache and versioning on auto mapping

Comments

1 comment

  • Nadav Ofir

    Hi Gabriel,

    Upload mapping works in such way that only image which don't exist on Cloudinary are fetched from the remote location, therefore updating an image on your S3 bucket doesn't reflect on the Cloudinary account.

    To solve this you can either initiate an additional upload request to Cloudinary and overwrite the existing image, or you can issue a destroy request to allow it to refetch next time it's accessed.

    Let us know if this helps.

    0

Post is closed for comments.