Michael Krasnow
Michael Krasnow
@ajredniwja The SDK is grabbing the credentials from the EC2 instance metadata service. @sandorvasas That seems like an un-related issue, you may want to open a ticket with AWS Support...
When I was running locally with explicitly set credentials I didn't have any issues, just when using the metadata service, my guess is that the function is returning before it...
Can do, can we change this synchronous function to throw an error when it can't build a valid signed url? this sent us down a rabbit-hole that was super hard...
Yep switched to `getSignedUrlPromise` seems good so far. I think there should be some documentation at-least about this failure-mode.
Commenting to keep this open
When I first read this I thought you meant a programming interface lol On Mon, Jul 27, 2015, 3:54 PM TimDix [email protected] wrote: > I'd like to see an interface...
@aembler Some of the places noted above will always be local to the actual files of the concrete5 installation. I think the correct way to fix (some) of this is...
Yes it could be, but right now, you can get a site into an inconsistent state if you mess with config entries. This isn't something that would be enabled by...
Won't Run on NFS filesystems: file_put_contents(): Exclusive locks are not supported for this stream
``` michaels-mbp:concrete5-5.7.0 michaelkrasnow$ grep -r "LOCK_EX" . ./web/concrete/vendor/concrete5/flysystem/src/Adapter/Local.php: if (($size = file_put_contents($location, $contents, LOCK_EX)) === false) { ./web/concrete/vendor/concrete5/flysystem/src/Adapter/Local.php: if (($size = file_put_contents($location, $contents, LOCK_EX)) === false) { ./web/concrete/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php: flock($this->stream, LOCK_EX);...