Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kate-luminal's full-sized avatar

kate-fugue kate-luminal

View GitHub Profile
#!/usr/bin/env python3
import subprocess
import json
# bucket_template = 'fugue-e2e-s3-%s-logging'
def empty_all_buckets(bucket_template):
regions = get_regions()
for r in regions:
bucket_name = bucket_template % (r)