Skip to content

rockjam/s3-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3-upload

Test exercise with Amazon S3 chunked file upload/download

To run this example you should provide your Amazon AWS credentials You can fill them in application.conf file or export as environment variables:

  • ACCESS_KEY_ID
  • SECRET_ACCESS_KEY
sbt run

to launch server.

Two routes are defined:

  • GET /file/ID - download file with given ID from amazon s3 bucket
  • POST /file/ID - upload file with given ID to amazon s3 bucket

About

Test exercise with Amazon S3 file upload/download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages