enl / flysystem-cloudinary

Cloudinary adapter for Flysystem
MIT License
27 stars 20 forks source link

fixed the double file extension after uploading to cloudinary #13

Closed swey closed 7 years ago

swey commented 7 years ago

The current composer configuration always installs the latest cloudinary/cloudinary_php, which is 1.8.0 and is not fully compatible. E.g. the files will be stored with a double file extension.

Similar approach to https://github.com/enl/flysystem-cloudinary/pull/10