Skip to content

joshuahiggins/pibooth-s3-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pibooth-s3-upload

Python 3.6+ PyPi package PyPi downloads

pibooth-s3-upload is a plugin for the pibooth application.

Permits upload of pictures to an AWS S3 bucket. Plugin requires an internet connection.

Install

$ pip3 install pibooth-s3-upload

Configuration

Below are the new configuration options available in the pibooth configuration. The keys and their default values are automatically added to your configuration after first pibooth restart.

[S3]

# AWS Access Key
aws_access_key =

# AWS Secret Key
aws_secret_key =

# AWS S3 bucket name for uploading files
s3_bucket_name =

# (Optional) Path prefix within AWS S3 bucket (ex: some-event-name/)
s3_prefix =

Note

Edit the configuration by running the command pibooth --config.