Skip to content

Just another script to upload files to S3 watching a directory for new files with Python (WatchDog & TinyS3).

License

Notifications You must be signed in to change notification settings

hery84/WatchDogTinyS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WatchDogTinyS3

Usage

python WatchDogTinyS3.py /home/user/images

##Dependencies

  • python 2.6 or above.
  • watchdog 0.8.3
  • tinys3 0.1.11
  • logging *

##Installation

Installing from PyPI using pip:

$ pip install watchdog
$ pip install tinys3
$ pip install loggin

Installing from PyPI using easy_install:

$ easy_install watchdog
$ easy_install tinys3
$ easy_install loggin

On Mac OS X, you can use homebrew to install LibYAML:

$ brew install libyaml

On Linux, use your favorite package manager to install LibYAML. Here’s how you do it on Ubuntu:

$ sudo aptitude install libyaml-dev

About

Just another script to upload files to S3 watching a directory for new files with Python (WatchDog & TinyS3).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages