Browse Source

Merge pull request #3026 from paulofreitas/develop

Add support for configuring AWS S3 region.
Taylor Otwell 9 years ago
parent
commit
33e19b852e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/filesystems.php

+ 1 - 0
config/filesystems.php

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