Learn to code file upload to S3 functionality in a Java web application based on Spring Boot, which allows users to upload files to a bucket on Amazon S3 server, using AWS SDK for Java.
In details, you will learn develop a Spring Boot project with:
- Upload a file to S3 with default permission
- Upload a file to S3 with public-read permission
- Wait until the file exists on S3
Prerequisites:
- AWS Account: https://www.youtube.com/watch?v=kfxhfAq8PNY
- AWS IAM User: https://www.youtube.com/watch?v=pPUjYD5nY_k
- AWS SDK config: https://www.youtube.com/watch?v=JufP7cFYwBk
#amazons3 #springboot #fileupload #java #amazonwebservices