mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fixed syntax error
This commit is contained in:
parent
d59291a8e7
commit
dc8ca00f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class AmazonS3 extends \OC\Files\Storage\Common {
|
|||
'key' => $params['key'],
|
||||
'secret' => $params['secret'],
|
||||
'scheme' => $scheme,
|
||||
'region' => $params'[region']
|
||||
'region' => $params['region']
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue