Metadata-Version: 2.1
Name: django-minio-storage
Version: 0.3.10
Summary: Django file storage using the minio python client
Home-page: https://github.com/py-pa/django-minio-storage
Author: Tom Houlé
Author-email: tom@kafunsho.be
License: MIT
Description: [![PyPI version](https://badge.fury.io/py/django-minio-storage.svg)](https://badge.fury.io/py/django-minio-storage)
        [![Documentation Status](http://readthedocs.org/projects/django-minio-storage/badge/?version=latest)](http://django-minio-storage.readthedocs.io/en/latest/?badge=latest)
        [![Build Status](https://travis-ci.org/py-pa/django-minio-storage.svg?branch=master)](https://travis-ci.org/py-pa/django-minio-storage)
        
        # django-minio-storage
        
        Use [minio](https://minio.io) for django static and media file storage.
        
        Minio is accessed through the Amazon S3 API, so existing django file storage
        adapters for S3 should work, but in practice they are hard to configure. This
        project uses the minio python client instead. Inspiration has been drawn from
        `django-s3-storage` and `django-storages`.
        
        # Documentation
        
        See
        [http://django-minio-storage.readthedocs.io/en/latest/](http://django-minio-storage.readthedocs.io/en/latest/) for
        documentation and usage guides.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Description-Content-Type: text/markdown
Provides-Extra: test
