spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
522 stars 205 forks source link

A SpringBoot service to upload files into Amazon S3 #34

Closed enricomzz closed 8 years ago

enricomzz commented 8 years ago

A SpringBoot service (microservice) that polls a input directory waiting for files to upload and store to Amazon S3 in a secure way.

I work in a enterprise is moving towards hybrid architectures that need these kind of services. I expect others would need too (without buying a giant commercial product able to do that)

Regards Enrico Mazzarella

gregturn commented 8 years ago

Polling folders and acting on files sounds like a Spring Integration task.

Talking to s3 with that might best be served with a stack overflow question.

It sounds to specialized for a getting started guide.