Add support for configuring AWS S3 region.

This commit is contained in:
Paulo Freitas 2014-09-18 23:49:15 -03:00
parent 4e5a151774
commit 5da4d51f0b
1 changed files with 1 additions and 0 deletions

View File

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