ImboIntegrationTest\EventListener\ImageVariations\Storage\S3Test::getAdapter PHP Method

getAdapter() protected method

See also: ImboIntegrationTest\Storage\StorageTests::getDriver()
protected getAdapter ( )
    protected function getAdapter()
    {
        return new S3(['key' => $GLOBALS['AWS_S3_KEY'], 'secret' => $GLOBALS['AWS_S3_SECRET'], 'bucket' => $GLOBALS['AWS_S3_BUCKET']]);
    }