To test AWS S3 service, we'll create a bucket and do some operations
- Upload file text file to S3 bucket
- Read file from bucket and return it content
- Delete file from bucket
- Encryption (manipulate encryption)
mvn clean install
to buildmvn spring-boot:run
to run