GithubHelp home page GithubHelp logo

Comments (2)

sethkaufee avatar sethkaufee commented on June 23, 2024 3

First off, thank you all for getting #22551 out so quickly!

Our team is experiencing caching issues after editing a photo with Cloudinary as a backend. It is my understanding a temporary file is created and then "moved" (renamed) to the original asset. If the Cloudinary docs are accurate, we can use an invalidate parameter to ensure the asset fetched is up to date. Without contacting Cloudinary support, the editing feature will likely seem broken when Cloudinary is used as a backend.

The Cloundary upload API Documentation states the invalidate param is supported in most API calls, but, as @rijkvanzanten may know, the Cloudinary docs leave a lot to be desired.

My initial thoughts on solutions if the invalidate param solves the issue would be:

  1. Add invalidate=true on move.
  2. Add a storage configuration option for the Cloudinary driver to always (or on certain methods) pass this param.
  3. Some combination of 1 + 2.

Let me know what y'all think!

from directus.

cesar-augusto-ramirez avatar cesar-augusto-ramirez commented on June 23, 2024 1

If the issue is caused by caching, and the caching issue is caused by Directus' use of signed URLs, I believe it would make sense to toogle using/not using signed URLs based on the public status of the Cloudinary setup (i.e. STORAGE_<LOCATION>_ACCESS_MODE)

Just my 2 cents, thanks for the amazing support!

from directus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.