Metadata-Version: 1.1
Name: django-oss2-storage
Version: 1.0.2
Summary: Support for aliyun oss2 storage backends in Django
Home-page: https://github.com/keviswang/django-oss2-storage
Author: Kevis Wang
Author-email: keviswang@outlook.com
License: BSD
Description: ===================
        django-oss2-storage
        ===================
        
        Installation
        ============
        Installing from PyPI is as easy as doing::
        
          pip install django-oss2-storage
        
        Once that is done add ``storages`` to your ``INSTALLED_APPS`` and set ``DEFAULT_FILE_STORAGE`` to the
        backend of your choice. If, for example, you want to use the boto3 backend you would set::
        
          DEFAULT_FILE_STORAGE = 'oss2_storage.backends.Oss2MediaStorage'
        
        
        
        django-oss2-storage change log
        ==============================
        
        1.0.0 (2017-04-20)
        ******************
        * Setup the package
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
