Module: google.appengine.api.blobstore.file_blob_storage

In-memory implementation of Blobstore stub storage based on file system.

This module contains an implementation of blob_storage.BlobStorage that writes blobs directly to a file system.

Classes

class FileBlobStorage: The storage mechanism that stores blob data on a local disk.