Skip to content

yshameer/spring-aws-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring AWS S3 Service

This service provides basic operations to connect to AWS S3

 `POST /content` to upload content to S3 on specified bucket, full file path and file
 `GET /content` to download content from S3 on specified bucket and filename including full path
 `GET /listObjects` to get list of file names under specified bucket and path

Before running the project please update the application.properties under src/main/resources with your s3 connection details

#Bucket details

accessKey=<<Your Access Key>>
secretKey=<<Your Secret Key>>

Software required to build and run

Java: JDK 1.8+
Maven: Apache Maven 3.6.3+

Running Locally

To build and run with maven do the following:

mvn clean install
mvn spring-boot:run

Testing Locally

http://localhost:8080

About

REST service to connect to AWS S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages