andré felipe

Results 11 comments of andré felipe

Hi Kevin, thanks for the library, I am using in production just fine! When you have time, could you write an example on how to implement the Flysystem cache? I...

Hey @Kevinrob thank you very much! Interesting to see the possibility to cache in S3 buckets. Not sure the IO delay will pay off, but great to have the possibility.

Hi Brian, thanks for your time and input. I understand your position to not have a build process, that's good for Codekit and you should stick to your vision. Regarding...

If it helps anyone, I found it really does need **allow_url_fopen = on** And in my case, I needed this: ```php add_filter('s3_uploads_s3_client_params', function ($params) { $params['use_aws_shared_config_files'] = false; return $params;...

any updates on how to upload images?

Thumbs up for VIPS support in WordPress, have been looking for a while. It is not uncommon for clients to upload a 10.000px image for the website to process. I...