Skip to content

Instantly share code, notes, and snippets.

View cshanes's full-sized avatar

Christopher Hanes cshanes

View GitHub Profile
@Hydriz
Hydriz / multipart.py
Last active April 27, 2020 09:38
Multipart uploading using Python boto.
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright (C) 2012-2015 Hydriz Scholz
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,