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
521 stars 204 forks source link

Create guide for S3 file storage using spring-cloud-aws #14

Open gregturn opened 8 years ago

gregturn commented 8 years ago

Create a guide showing how to store, lookup, and retrieve files in S3 using http://cloud.spring.io/spring-cloud-aws/. Cloud native apps won't have local file storage nor have mounted fileshares.

Look at https://github.com/gregturn/spring-a-gram/tree/master/spring-a-gram-s3-fileservice as inspiration.