Skip to content

Instantly share code, notes, and snippets.

View pidugusundeep's full-sized avatar
🎯
Focusing

Sundeep Pidugu pidugusundeep

🎯
Focusing
View GitHub Profile
@jbeezley
jbeezley / ls.py
Created April 8, 2015 18:04
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 = '/'