Skip to content

This is a simple Spring Boot restful API for upload and delete files to AWS S3 bucket

License

Notifications You must be signed in to change notification settings

admindebu/Spring-Boot-API-Upload-Files-AWS-S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Spring-Boot-API-Upload-Files-AWS-S3

This is a simple Spring Boot restful API for upload and delete files to AWS S3 bucket

download the zip file and extract it and import as a existing maven project in Eclipse or InteliJ

YouTube Link Below for Explanation :

https://youtu.be/81Y_2JOIEoA

Required Software

  1. Java 8 with JCE unlimited security Jar
  2. Maven

Step

Add Dependency

com.amazonaws aws-java-sdk 1.11.163
  1. Create AWS account
  2. Create User from IAM and assign policy AWSS3fullaccess programatically ( So this user will get the all S3 bucket access through CLI or progam not console )
  3. download the access key and Access ID
  4. Change the access key and access ID in application.yml file
  5. Create Bucket from S3 service with default configuration
  6. provide the bucket name and endpoint url of this bucket in the application.yml file

Check My YouTube Channel : https://www.youtube.com/c/techtalkdebu

Contact mmy FB page : techtalk debu

About

This is a simple Spring Boot restful API for upload and delete files to AWS S3 bucket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published