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

Digital-Sapphire/PyUpdater-S3-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version

PyUpdater S3 plugin

PyUpdater upload plugin for AWS S3

Installing

$ pip install PyUpdater-S3-plugin

Configuration

System environmental variables

Optional - If set will be used globally. Will be overwritten when you add S3 settings during pyupdater init

Env Var Meaning
PYU_AWS_ID Your amazon api id
PYU_AWS_SECRET You amazon api secret
PYU_AWS_SESSION_TOKEN You amazon api session token (optional)
PYU_AWS_BUCKET Bucket name (optional)
PYU_AWS_BUCKET_REGION AWS Bucket Region (optional)
PYU_AWS_BUCKET_KEY AWS Bucket Key (optional)