Fix code style issues
This commit is contained in:
parent
e3abc042a8
commit
6d4d3af377
1 changed files with 3 additions and 2 deletions
|
@ -87,6 +87,7 @@ class S3Storage extends AbstractData
|
|||
// ref: https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials.html#default-credential-chain
|
||||
if (isset($options['accesskey']) && isset($options['secretkey'])) {
|
||||
$this->_options['credentials'] = array();
|
||||
|
||||
$this->_options['credentials']['key'] = $options['accesskey'];
|
||||
$this->_options['credentials']['secret'] = $options['secretkey'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue