Fixing bug in exports.s3PutObject
This commit is contained in:
parent
f56fa787be
commit
39fde92327
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ exports.s3PutObject = function(event, context) {
|
|||
return;
|
||||
}
|
||||
|
||||
delete p.ServiceToken;
|
||||
s3.putObject(p, function(err, data) {
|
||||
if (err) {
|
||||
error(err, event, context);
|
||||
|
|
Loading…
Add table
Reference in a new issue