Skip to content

msambol/s3-access-logging-infinite-loops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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']