I am trying to upload a file with POSTMAN to this url
http://localhost:3000/bucket/test/files/
And should got result in my controller there :<
While using Postman especially when you test file upload please ensure that,
Content-type field has been set as multipart/form-data in Headers.form-data option should be remain as default.File option instead of text from dropdown at the right side.File in text box where placeholder is key.Hope this helps!