spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
590 stars 376 forks source link

Add AWS S3 Sample Module #705

Closed yshameer closed 3 years ago

yshameer commented 3 years ago

:loudspeaker: Type of change

:scroll: Description

Added AWS S3 sample module to get files from bucket, put files into bucket and also list files that are available in the bucket path.

:bulb: Motivation and Context

Created module part of issue Add samples #675

:green_heart: Junit 5 test methods

:pencil: Checklist

:crystal_ball:

Create integration test for module Update README file with test instructions

maciejwalkowiak commented 3 years ago

Thanks @yshameer for the PR. The code shows how to use S3 client, but does not show really any of the Spring Cloud AWS features, right?

yshameer commented 3 years ago

Thanks @yshameer for the PR. The code shows how to use S3 client, but does not show really any of the Spring Cloud AWS features, right?

@maciejwalkowiak yes, correct

maciejwalkowiak commented 3 years ago

I am sorry because I know you put an effort into that, but we need Spring Cloud AWS specific samples.