Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 863 Bytes

File metadata and controls

19 lines (11 loc) · 863 Bytes

Reactive File Handling with Amazon S3 with Spring Boot

This repository demonstrates how to upload and download files from Amazon S3 using reactive programming.

./mvnw clean ; ./mvnw clean compile spring-boot:start
./mvnw spring-boot:stop

To test the functionality head over to the following Swagger endpoint. Swagger URL

Screenshot 2024-05-06 at 10 49 16 PM

Please take a look at the article below for a comprehensive guide on the project setup and concept we used here.