Commit 5da4d51f authored by Paulo Freitas's avatar Paulo Freitas

Add support for configuring AWS S3 region.

parent 4e5a1517
...@@ -52,6 +52,7 @@ return [ ...@@ -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',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment