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 details)
Built Distribution
File details
Details for the file python-s3watcher-0.1.tar.gz
.
File metadata
- Download URL: python-s3watcher-0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4500f9b1107185757f6c24c66c564b17b89b973f3445caf05d6cd12c00502b6 |
|
MD5 | 6255e60d0a5cb95769c1e37aba0fd6b0 |
|
BLAKE2b-256 | ab4e027a3bf2390fbf779b936f4beb7a0c6a0ce67c7ffe7fbad96c2db4cf11f4 |
File details
Details for the file python_s3watcher-0.1-py3-none-any.whl
.
File metadata
- Download URL: python_s3watcher-0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56222a781489670361a88c82362fc6d9f841571ecdc0f2385470ccf7ba58ce02 |
|
MD5 | 8413da787a5d5afc56ac566247a8d4a0 |
|
BLAKE2b-256 | a36fb16df350341a03a4a88fb79f3f33380a13c005f5e998692e8c2fe7377d28 |