class documentation

Undocumented

Class Method from_crawler Undocumented
Method __init__ Initialize the storage with the parameters given in the URI and the feed-specific options (see :setting:`FEEDS`)
Instance Variable acl Undocumented
Instance Variable blob_name Undocumented
Instance Variable bucket_name Undocumented
Instance Variable project_id Undocumented
Method _store_in_thread Undocumented

Inherited from BlockingFeedStorage:

Method open Open the storage for the given spider. It must return a file-like object that will be used for the exporters
Method store Store the given file stream
@classmethod
def from_crawler(cls, crawler, uri): (source)

Undocumented

def __init__(self, uri, project_id, acl): (source)

Initialize the storage with the parameters given in the URI and the feed-specific options (see :setting:`FEEDS`)

Undocumented

blob_name = (source)

Undocumented

bucket_name = (source)

Undocumented

project_id = (source)

Undocumented

def _store_in_thread(self, file): (source)