mcruzdev / free-programming-ebooks

2 stars 2 forks source link

Create a repository for AWS S3 to save and read an ebook's image #16

Open mcruzdev opened 2 years ago

mcruzdev commented 2 years ago

We want to use AWS S3 to save the ebook's image.

Is necessary to add the new AWS SDK to do it.

  1. Setup AWS S3 SDK: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-project-maven.html

  2. Using AWS S3 SDK: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/basics.html

  3. Implement a Java class to store and read the ebook's image.

javamultiplex commented 2 years ago

Hi,

I would like to work on this. Can you please assign this to me?