codebar-ag / laravel-flysystem-cloudinary

Cloudinary Flysystem integration with Laravel.
https://www.cloudinary.com
MIT License
8 stars 5 forks source link

ASYNC Feature #33

Closed StanBarrows closed 1 year ago

StanBarrows commented 1 year ago

Discussed in https://github.com/codebar-ag/laravel-flysystem-cloudinary/discussions/31

Originally posted by **nextgeni-mubbi** June 8, 2023 Your package is missing the Async feature that allows quick response to user and image uploads in cloudinary in the background. here is the url for the reference : https://cloudinary.com/documentation/image_upload_api_reference Here we need to make the "async"=true and provide "notification_url"='our-webhook-url'.
StanBarrows commented 1 year ago

Implemented within v3