An open API service indexing awesome lists of open source software.

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.

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