项目作者: Digital-Sapphire

项目描述 :
S3 Upload plugin for PyUpdater
高级语言: Python
项目地址: git://github.com/Digital-Sapphire/PyUpdater-S3-Plugin.git
创建时间: 2016-05-08T19:10:06Z
项目社区:https://github.com/Digital-Sapphire/PyUpdater-S3-Plugin

开源协议:

下载


PyPI version

PyUpdater S3 plugin

PyUpdater upload plugin for AWS S3

Installing

  1. $ 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)