A utility to watch file updates in a S3 folder.
Project description
s3watcher
is a library for watching updates from an s3 bucket or prefix.
Example usage:
from s3watcher import S3Watcher, S3Event
watcher = S3Watcher(bucket="my-bucket", prefix="folder1/subfolder2")
for event in watcher.watch():
print(event)
Authentication
S3Watcher
will attempt to create a SQS queue to hold S3 event notifications. Necessary AWS credentials are needed to create these resources.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-s3watcher-0.1.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for python_s3watcher-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56222a781489670361a88c82362fc6d9f841571ecdc0f2385470ccf7ba58ce02 |
|
MD5 | 8413da787a5d5afc56ac566247a8d4a0 |
|
BLAKE2b-256 | a36fb16df350341a03a4a88fb79f3f33380a13c005f5e998692e8c2fe7377d28 |