https://github.com/thulio/s3touch
s3touch is a simple script to simulate a "touch" event on S3 keys.
https://github.com/thulio/s3touch
aws lambda python python3 s3
Last synced: about 2 months ago
JSON representation
s3touch is a simple script to simulate a "touch" event on S3 keys.
- Host: GitHub
- URL: https://github.com/thulio/s3touch
- Owner: thulio
- License: mit
- Created: 2017-05-04T01:21:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T01:40:08.000Z (about 9 years ago)
- Last Synced: 2025-03-27T04:11:59.586Z (about 1 year ago)
- Topics: aws, lambda, python, python3, s3
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
s3touch
=======
s3touch is a simple script to simulate a "touch" event on S3 keys.
This is useful when you're using a AWS Lambda function monitoring S3 and you
want to (re)process a bunch of files.
Usage
-----
.. code-block:: bash
s3touch --path s3://PATH/TO/BUCKET
Installation
------------
.. code-block:: bash
pip install s3touch