Skip to main content

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

This version

0.1

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)

Uploaded Source

Built Distribution

python_s3watcher-0.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded 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