aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/storage/filestorage.py
Commit message (Collapse)AuthorAgeFilesLines
* copy_local_to_storage, both general and specialized-for-BasicFileStorage ↵Christopher Allan Webber2011-11-201-0/+14
| | | | | | | versions This utility should allow for easy copying from a local filesystem to the storage instance.
* Feature #587 - Split storage.py into submodulesJoar Wandborg2011-09-121-0/+78
* Removed storage.py * Created submodules for filestorage, cloudfiles, mountstorage * Changed test_storage to reflect the changes made in the storage module structure * Added mediagoblin.storage.filestorage.BasicFileStorage as a default for both publicstore and queuestore's `storage_class`