I am trying to set up a file upload REST API via Spring Boot.
I currently have a list/GET method curl http://localhost:8080/api/aws/s3/list which retur
curl http://localhost:8080/api/aws/s3/list
It was because the parameter I set in my controller was file but in my curl route I kept using data
file
data