Skip to content

kojilin/s3-site-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple file uploader for static site on aws s3. Will check all files which are need to upload and then uplaod to s3 bucket.

This project using Typesafe Config, so you just need to set following properties.

aws.accessKeyId=<id>
aws.secretKey=<secret>
bucket=<target bucket name>
localKeyPath=<local file folder map to remote bucket>

run like below:

$sbt -Daws.accessKeyId=XXX \
	 -Daws.secretKey=XXX \
	 -Dbucket=XXX \
     -DlocalKeyPath=XXX 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages