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
commit 33e19b852e
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
'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',
], ],