Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Upload a folder to s3 (deploy static websites)

Notifications You must be signed in to change notification settings

trusk-official/upload-to-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload a folder to S3

Upload web content (html, jpeg, png, json, otf...) to S3

Make sure you have the rights on the bucket

Docker build

docker build -t uploadtos3 .

Usage

export AWS_KEY=
export AWS_SECRET=
export AWS_BUCKET=

docker run \
-e AWS_KEY=$AWS_KEY \
-e AWS_SECRET=$AWS_SECRET \
-e AWS_BUCKET=$AWS_BUCKET \
-v ~/path/to/folder:/folder \
uploadtos3

About

Upload a folder to s3 (deploy static websites)

Resources

Stars

Watchers

Forks

Packages

No packages published