Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 347 Bytes

README.rst

File metadata and controls

22 lines (13 loc) · 347 Bytes

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