Add support for configuring AWS S3 region.
This commit is contained in:
parent
4e5a151774
commit
5da4d51f0b
|
@ -52,6 +52,7 @@
|
|||
'driver' => 's3',
|
||||
'key' => 'your-key',
|
||||
'secret' => 'your-secret',
|
||||
'region' => 'your-region',
|
||||
'bucket' => 'your-bucket',
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue