Metadata-Version: 2.1
Name: PyUpdater-S3-Plugin
Version: 4.1.1
Summary: Amazon S3 plugin for PyUpdater
Home-page: https://github.com/DigitalSapphire/PyUpdater-s3-Plugin
Author: Digital Sapphire
Author-email: info@digitalsapphire.io
License: UNKNOWN
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Description-Content-Type: text/markdown
Requires-Dist: boto3 (>=1.9.0)

[![PyPI version](https://badge.fury.io/py/PyUpdater-S3-Plugin.svg)](https://badge.fury.io/py/PyUpdater-S3-Plugin)

# 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

| 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_BUCKET_KEY    | AWS Bucket Key (optional)               |


