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

View File

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