From 5da4d51f0bfead3157ffb242041d0ee9760070ff Mon Sep 17 00:00:00 2001 From: Paulo Freitas Date: Thu, 18 Sep 2014 23:49:15 -0300 Subject: [PATCH] Add support for configuring AWS S3 region. --- config/filesystems.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/filesystems.php b/config/filesystems.php index 36394709..b6f5dcf7 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -52,6 +52,7 @@ 'driver' => 's3', 'key' => 'your-key', 'secret' => 'your-secret', + 'region' => 'your-region', 'bucket' => 'your-bucket', ],