s3touch

Touch files on S3.


Keywords
aws, lambda, python, python3, s3
License
MIT
Install
pip install s3touch==0.1.3

Documentation

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

s3touch --path s3://PATH/TO/BUCKET

Installation

pip install s3touch