Here's an example of what I want to do:
Code: Select all
$s3 = new S3("access key", "secret key");
$binaryjpegfromamazon = $s3::getObject($bucket, $uri);
$image = new Imagick($binaryjpegfromamazon );
Code: Select all
$s3 = new S3("access key", "secret key");
$binaryjpegfromamazon = $s3::getObject($bucket, $uri);
$image = new Imagick($binaryjpegfromamazon );