Skip to content

Instantly share code, notes, and snippets.

@nmarley
Created September 22, 2025 23:33
Show Gist options
  • Select an option

  • Save nmarley/c174c046298ad87b6123a075d75308c7 to your computer and use it in GitHub Desktop.

Select an option

Save nmarley/c174c046298ad87b6123a075d75308c7 to your computer and use it in GitHub Desktop.
s3index audit script
#! /bin/bash
for BUCKET in $(cat here); do
./target/release/s3index --bucket "$BUCKET" --outfile "buckets/${BUCKET}.csv" >"buckets/${BUCKET}.log" 2>&1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment