Skip to content

Simple REST service to upload and download a file from S3

Notifications You must be signed in to change notification settings

komaljain-ee/S3Assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3Assignment

Simple REST service to upload a file to S3 and get a Pre signed URL valid for one minute to access file with generated token

Assumptions:

  1. No logging
  2. AWS secret key and access ID are present as plain string in config without any encryption or security
  3. No health check added for service
  4. Gradle is installed on your machine (Preferable 3.x)

To start the application: gradle run

To run tests: gradle test

To upload a file :

About

Simple REST service to upload and download a file from S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 54.8%
  • Groovy 45.2%