Osman Zeki
Osman Zeki
> Is S3 nowadays the standard for file bucket APIs? I know google cloud storage has interoperability for AWS S3, but I am thinking for people who use Azure (which...
Just to chime in on architecture decisions perhaps for the ability to add more drivers to storage abstraction in the future. In PHP world, there is a great lib that...
## Further discussion and feedback Hey folks, I am currently testing this PR and I wanted to provide some feedback here. In order to be able to work on the...
The flydrive maintainers have pushed an early release of their 1.0.0 version (the typescript remake, among other changes). I have updated my repo to use the TS version now. I...
Indeed. I'm not sure exactly how to approach image transforms. I'm thinking that we can't always do resizes synchronously as that might block the request thread in some conditions. Also,...
One other thing, I really like how the Spatie Media Library package for Laravel works overall. It allows all kinds of interesting features like placing media in collections, handling uploads,...
Maybe the easiest way to implement image transforms is to wrap https://github.com/lovell/sharp in a simple HTTP api that can run in Prime and can proxy calls to Cloudinary when needed?
I had the same problem and to fix it I had to fork the plugin, add a field for internal_url and external_url and change the way the `$this->url` logic works....
@matteotrubini I considered it but as things sometimes are I had a deadline to meet and did not attempt a backward compatible approach. As such I had to add columns...