bakyoo / PyUpdater-S3-Plugin

S3 Upload plugin for PyUpdater

Home Page:http://www.pyupdater.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version

Fork from PyUpdater-S3-Plugin

Add endpoint_url config item to make it supports S3 compatible services, like Qiniu , Aliyun OSS , Minio .

PyUpdater S3 plugin

PyUpdater upload plugin for AWS S3

Installing

$ pip install git+https://github.com/bakyoo/PyUpdater-S3-Plugin.git

Configuration

System environmental variables

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

Variable 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_ENDPOINT_URL AWS endpoint url (optional)
PYU_AWS_BUCKET_KEY AWS Bucket Key (optional)

About

S3 Upload plugin for PyUpdater

http://www.pyupdater.org


Languages

Language:Python 99.5%Language:Makefile 0.5%