pibooth-s3-upload
is a plugin for the pibooth application.
Permits upload of pictures to an AWS S3 bucket. Plugin requires an internet connection.
$ pip3 install pibooth-s3-upload
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 =
Edit the configuration by running the command pibooth --config
.