Skip to content

nadunc/AWS-S3-image-uploader-with-java-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS S3 image uploader with java spring boot

Simple Amazon Web Services S3 Image uploader developed with java

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Apache Maven
  • JDK 1.7+

Configuration

  • Modify application.properties file with your aws s3 credentials
app.aws.iam.accesskey=<add-your-access-key>
app.aws.iam.secretkey=<add-your-secret-key>
app.aws.s3.clientregion=<add-your-s3-client-region>
app.aws.s3.bucketname=<add-your-s3-bucket-name>

Building & Running

  • Build maven project
mvn clean package
  • Run jar file
java -jar target\s3_image_uploader-0.0.1-SNAPSHOT.jar

Built With

  • Maven - Dependency Management

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Simple Amazon Web Services S3 Image uploader developed with java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages