Fix small syntax problem
Signed-off-by: Bernd.Rederlechner@t-systems.com <bernd.rederlechner@t-systems.com>
This commit is contained in:
parent
23c41dca5e
commit
86bcc3d6f6
|
@ -132,7 +132,7 @@ trait S3ConnectionTrait {
|
|||
'ServerSideEncryption' => 'aws:kms',
|
||||
'SSEKMSKeyId' => $this->sseKmsBucketKeyId,
|
||||
];
|
||||
} elseif !(empty($this->sseKmsKeyId)) {
|
||||
} elseif (!empty($this->sseKmsKeyId)) {
|
||||
return [
|
||||
'ServerSideEncryption' => 'aws:kms',
|
||||
'SSEKMSKeyId' => $this->sseKmsKeyId,
|
||||
|
|
Loading…
Reference in New Issue