Skip to content

Instantly share code, notes, and snippets.

View garrettgoehner's full-sized avatar

garrettgoehner

View GitHub Profile
@garrettgoehner
garrettgoehner / s3up.py
Created July 27, 2011 17:25 — forked from mtigas/0001.markdown
Command-line s3 uploader that uses the MultiPart (chunked) S3 upload functionality to parallelize and speed up large file uploads.
#!/usr/bin/env python
# coding=utf-8
#
# s3up.py
# 2010-2011, Mike Tigas
# https://mike.tig.as/
#
# Usage:
# s3up filename
# Uploads the given file to the DEFAULT_BUCKET (see below)