Skip to content

jeffroche/s3publish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s3publish: Easily Publish Static HTML to S3

S3P is a library for publishing a local folder containing a build of a static website, to S3.

Installation

The recommended installation method is pip:

pip install s3publish

Quickstart

Create a bucket on S3 through the AWS console, if you don't have one already and configure it for website hosting.

Publish your build folder to the S3 bucket:

import s3publish
publisher = s3publish.Publisher('mybucket', 'path/to/folder')
publisher.publish()

Acknowledgements

Most of s3publish was built off of spenczar's lektor-s3 library.

About

Publish a folder of html to AWS S3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages