Skip to content

There's no way to upload and remove files from AWS S3. #51

Open
@vihuvac

Description

@vihuvac

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions