Browse Source

Add support for configuring AWS S3 region.

Paulo Freitas 10 years ago
parent
commit
5da4d51f0b
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',
 			'driver' => 's3',
 			'key'    => 'your-key',
 			'key'    => 'your-key',
 			'secret' => 'your-secret',
 			'secret' => 'your-secret',
+			'region' => 'your-region',
 			'bucket' => 'your-bucket',
 			'bucket' => 'your-bucket',
 		],
 		],