How to integrate S3 into your Spring Boot Kotlin applications — Many times, we as developers need to deal with large objects such as images, photos, documents, and so on. There are different alternatives available to store these objects: as a binary in the database, or directly on the server file system. …