- Add AWS credentials(access key and secret) in application.yml for AWS account
- Note: For running the application from EC2 instance, instead of providing credential in application.tml, use attach IAM Role with EC2 instance to grant access to S3. Refer
- Get list of files in bucket
- URL: localhost:9001/data; Method: GET
- Upload a file
- URL: localhost:9001/data/upload; Method: POST
- Check how to send multipart file as request