Metadata-Version: 2.1
Name: django-minio-storage7plus
Version: 0.4.1
Summary: Django file storage using the minio python client
Home-page: UNKNOWN
Author: Philipp Lutzke
Author-email: philipp@funkhaus.io
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.
        The only addition is the Setting MINIO_STORAGE_OVERWRITE.
        
Platform: UNKNOWN
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
