Skip to content

Instantly share code, notes, and snippets.

View pidugusundeep's full-sized avatar
🎯
Focusing

Sundeep Pidugu pidugusundeep

🎯
Focusing
View GitHub Profile
@pidugusundeep
pidugusundeep / ls.py
Created November 21, 2018 07:16 — forked from jbeezley/ls.py
Recursively list files in s3
#!/usr/bin/env python
import sys
import json
from boto.s3.connection import S3Connection
from boto.s3.prefix import Prefix
from boto.s3.key import Key
bucketname = sys.argv[1]
delimiter = '/'