Skip to main content

Monitor files by wildcard patterns, upload them to ALIYUN OSS, then move to backup directory.

Project description

Source:

https://github.com/tanbro/aliyunoss2-autoupload

Package:

https://pypi.org/project/aliyunoss2-autoupload/

CircleCI CodacyBadge PypiVersion PypiLicense PypiPythonVersion PypiStatus PypiFormat

aliyunoss2-autoupload

Monitor files by wildcard patterns, upload them to ALIYUN OSS, then move to backup directory.

Usages

After the package installed, run the command in a terminator, show help messages:

aliyunoss2-autoupload --help

Install

Install by pip

pip install aliyunoss2-autoupload

Install from code

git clone https://github.com/tanbro/aliyunoss2-autoupload.git
cd aliyunoss2-autoupload
path/of/your/python setup.py install

Changelog

0.1b1

Date:

2018-06-19

Changes
  • Support old Python 2.7, Python 3.4

  • Config file name extension changed from ".yaml" to ".yml"

  • Default config file environment variable name

  • Default config file path if no environment variable

Adds
  • Some simple test cases

  • CircleCI

  • Codacy

0.1a3

The first ever-usable version.

Date:

2018-04-18

Changes
  • Now Python 3.5+ ONLY, because glob.iglob has no recursive argument and "**" wildcard in lower Python version

Bug Fixes
  • Backup directory errors

  • OSS exception

CONTRIBUTING

Contributions are welcome!

It’s advised to develop in venv

/path/of/your/python -m venv .venv
source .venv/bin/activate
git clone git@github.com:tanbro/aliyunoss2-autoupload.git
cd aliyunoss2-autoupload
python setup.py develop

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aliyunoss2-autoupload-0.1b1.tar.gz (30.2 kB view hashes)

Uploaded Source

Built Distribution

aliyunoss2_autoupload-0.1b1-py2.py3-none-any.whl (13.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page