Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 521 Bytes

File metadata and controls

25 lines (16 loc) · 521 Bytes

s3-access-logging-infinite-loops

Run

Set your AWS credentials and run the following:

❯ pip install -r requirements.txt

❯ python s3_logs_detect_infinite_loops.py

--- LOGGING CONFIGURATIONS ---

BucketA --> BucketA
BucketB --> BucketC
BucketC --> BucketB

--- INFINITE LOOPS DETECTED ---

['BucketA']
['BucketB', 'BucketC']