Skip to content

shiuu/aws-upload-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-upload-sample

This example demonstrates usage of AWS SDK's TransferManager for handling S3 uploads. It also shows that Scala Futures provide a easy way to reason about concurrent tasks.

Configuration

Configuration lives in application.conf and must be configured with access keys:

aws.s3 {
  accessKey = "changeMe"
  secretAccessKey = "changeMe"
  bucketName = "someBucket"
  region = "ap-southeast-2"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Scala 100.0%