Skip to content

Instantly share code, notes, and snippets.

View alexbardas's full-sized avatar
🏠
Working from home

Alex Bardas alexbardas

🏠
Working from home
View GitHub Profile
@alexbardas
alexbardas / s3put
Created August 16, 2012 22:14 — forked from mattbillenstein/s3put
boto parallel s3 upload script
#!/usr/bin/env python
import gevent.monkey
gevent.monkey.patch_all()
import boto
import config
import gevent
import gevent.pool
import os