Merge pull request #3026 from paulofreitas/develop

Add support for configuring AWS S3 region.
This commit is contained in:
Taylor Otwell
2015-01-26 10:20:58 -06:00

View File

@@ -52,6 +52,7 @@ return [
'driver' => 's3', 'driver' => 's3',
'key' => 'your-key', 'key' => 'your-key',
'secret' => 'your-secret', 'secret' => 'your-secret',
'region' => 'your-region',
'bucket' => 'your-bucket', 'bucket' => 'your-bucket',
], ],