You can copy AWS IAM policy below to secure the access of your AWS S3 bucket when using S3 Adapter of Flysystem
{
"Version": "2012-10-17",
"Statement": [
{
<?php | |
namespace Tests; | |
use Illuminate\Foundation\Testing\TestCase as BaseTestCase; | |
abstract class TestCase extends BaseTestCase | |
{ | |
use CreatesApplication; |
LogFormat "%h %l %u %t \"%r\" %>s %O %{ms}T \"%{Referer}i\" \"%{User-agent}i\"" combined |
You can copy AWS IAM policy below to secure the access of your AWS S3 bucket when using S3 Adapter of Flysystem
{
"Version": "2012-10-17",
"Statement": [
{
Nexmo allow us to setup Stream NCCO object to stream a speech sound to the call receiver. Here is some specification of the allowed sound format for stream url:
MP3:
/** | |
* Optimize image image | |
* | |
* https://developers.google.com/speed/docs/insights/OptimizeImages | |
* -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace sRGB | |
* | |
* @access public | |
* @param string $filePath Path of the file | |
* @return string Raw image result from the process | |
*/ |