Roberto Tremonti
Roberto Tremonti
@EricP Could you share your S3 "standalone" version? I can't distribute a 1000+ files project just to get pre-signed S3 file URLs. This class is great but unfortunately not maintained...
Thank you, @EricP.
Yes, I can confirm that commented line `1184´ works correctly, while the newer one doesn't work. This works ``` $hostBucket ? $bucket : $bucket.'.s3.amazonaws.com', $uri, self::$__accessKey, $expires ``` This doesn't...
+1 on this request. I would like to add custom functions to the Calculation Engine without touching the codebase. We use PhpSpreadsheet library to provide formula calculations using an Excel-like...
Thanks for the suggestion @looksystems. If anyway I need to modify the Calculation class in the library, it's easier to add my custom functions to the private $phpSpreadsheetFunctions array.
Thanks, Ricardo, for your reply. I don't use a webhook. I think that a simple "CancelURL" could be introduced in next updates, like PayPal and other payment methods offer.