aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/storage/cloudfiles.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-5/+4
* Fix bug 647Boris Bobrov2015-03-021-21/+0
* The file() builtin has been removed in Python 3. Use open() instead.Berker Peksag2014-06-071-2/+2
* added user upload limitsRodney Ewing2013-08-261-0/+6
* CloudFiles: Default to SSL URIsJoar Wandborg2013-06-071-1/+1
* Added .send method to cloudfiles storage objectJoar Wandborg2013-03-031-1/+9
* Make Cloudfiles copy memory efficient too (#419)Sebastian Spaeth2013-03-021-0/+48
* Fixed attachmentsJoar Wandborg2012-10-231-1/+4
* Non-performance improvements to cloudfilesJoar Wandborg2012-08-051-8/+27
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-2/+1
* Also make sure mimetype here is set correctly via mimetype[0] (Thanks Shackra!)Christopher Allan Webber2012-04-181-1/+1
* Save the MIMEtype to cloudfiles correctly.Shackra2012-04-161-0/+6
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-2/+8
|\
| * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-2/+8
* | Whitespace and formatting cleanup.Nathan Yergler2011-10-011-0/+1
|/
* Feature #587 - Split storage.py into submodulesJoar Wandborg2011-09-121-0/+156