Add support for configuring AWS S3 region.
This commit is contained in:
@@ -52,6 +52,7 @@ return [
|
||||
'driver' => 's3',
|
||||
'key' => 'your-key',
|
||||
'secret' => 'your-secret',
|
||||
'region' => 'your-region',
|
||||
'bucket' => 'your-bucket',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user