format
This commit is contained in:
parent
8bc1cb4e63
commit
ae3e18c443
5 changed files with 52 additions and 40 deletions
|
@ -145,7 +145,7 @@ function awsGet(id) {
|
|||
|
||||
try {
|
||||
return s3.getObject(params).createReadStream();
|
||||
} catch(err) {
|
||||
} catch (err) {
|
||||
log.info('GetFailed', 'Get Object from s3 failed.');
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue