ImboIntegrationTest\Storage\S3Test::getDriver PHP Method

getDriver() protected method

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