MathieuLoutre / grunt-aws-s3

Grunt plugin to interact with AWS S3 using the AWS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return versionId

Nalha opened this issue · comments

commented
s3.putObject(upload, function (err, data) {
  callback(err, true);
});

Could we get the versionId (and possibly other info) returned after they are uploaded? It's available in the data callback parameter.