Open
Description
I've followed the instructions in order to make it work but I could not do it, in order to upload files into S3 I had to edit the index.js
file as follows:
...
var allFilesProccessed = false;
files.forEach(function(file, idx) {
allFilesProccessed = true;
file.proccessed = true;
});
...
The processed option was not being updated, so the post method died as pending.
I could not get to remove any file, the request to delete the file or files is being doing to the local host instead of aws s3.
Did someone have the same problem?
Metadata
Metadata
Assignees
Labels
No labels