• Is it possible to make this plugin work in a “read only” environment ? On certain platforms (i.e. google cloud run/ aka google app engine) you don’t have “on server” storage so the images should be uploaded/managed in the cloud.

    There is a setting “Disable async processing” but does the plugin need the image to be first stored on disk or is it processed “in flight” without any need for disk storage?

Viewing 1 replies (of 1 total)
  • Plugin Author Anton Vanyukov

    (@vanyukov)

    Hi @themihai,

    The “Disable async processing” is used to add compatibility on hosts that do not allow async processing (meaning, processing in a separate request, improving the user experience for file uploads).

    I believe, what you are looking for is the full offload option in the experimental section of the plugin. But I have not tested this on google cloud run.

    Best regards,
    Anton

Viewing 1 replies (of 1 total)
  • The topic ‘direct upload to CF’ is closed to new replies.