Metadata-Version: 1.1
Name: guillotina_gcloudstorage
Version: 1.0.4
Summary: guillotina gcloud storage support
Home-page: https://pypi.python.org/pypi/guillotina_gcloudstorage
Author: Ramon Navarro Bosch
Author-email: ramon@plone.org
License: GPL version 3
Description: .. contents::
        
        GUILLOTINA_GCLOUDSTORAGE
        ========================
        
        GCloud blob storage for guillotina.
        
        
        Example config.json entry:
        
            "utilities": {
                "provides": "guillotina_gcloudstorage.interfaces.IGCloudBlobStore",
                "factory": "guillotina_gcloudstorage.storage.GCloudBlobStore",
                "settings": {
                    "json_credentials": "/path/to/credentials.json",
                    "bucket": "name-of-bucket"
                }
            }
        
        1.0.4 (2017-05-01)
        ------------------
        
        - Do not inherit from BaseObject
          [vangheem]
        
        
        1.0.3 (2017-05-01)
        ------------------
        
        - Allow GCloudFile to take all arguments
          [vangheem]
        
        
        1.0.2 (2017-04-26)
        ------------------
        
        - Need to be able to provide loop param in constructor of utility
          [vangheem]
        
        
        1.0.1 (2017-04-25)
        ------------------
        
        - Compatibility fixes with aiohttp 2
          [vangheem]
        
        
        1.0.0 (2017-04-24)
        ------------------
        
        - initial release
        
Keywords: guillotina async cloud storage
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
