Skip to main content

Django app to use Minio Server as file storage.

Project description

Django app to use [Minio Server](https://github.com/minio/minio) as file storage.

Intallation

At first, you need to have working minio server. How to do that you can found at [Minio Quickstart Guide](https://docs.minio.io/docs/minio).

Install Django Minio Storage from pip: ` pip install django-minio `

Add following keys to your projects settings file: ` MINIO_SERVER = 'your_minio_server_address' MINIO_ACCESSKEY = 'your_minio_server_access_key' MINIO_SECRET = 'your_minio_server_secret_key' MINIO_BUCKET = 'my_bucket' DEFAULT_FILE_STORAGE = 'django_minio.storage.MinioStorage' ` Demo minio server and it’s credentials can be found at [Python Client Quickstart Guide](https://docs.minio.io/docs/python-client-api-reference).

If you want to use this module only at production server, include above settnings only in production settings. So at local developer machine you will use django’s default file storage.

More information about file storages can be found at [Django Docs](https://docs.djangoproject.com/en/1.8/ref/files/storage/).

Currently tested only at Django 1.8.5.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_minio-0.6.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file django_minio-0.6.tar.gz.

File metadata

  • Download URL: django_minio-0.6.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django_minio-0.6.tar.gz
Algorithm Hash digest
SHA256 2ebbe56f0e1428ce001f35e0c532b1ddb8f763c048dc5e9005fb68d8b9f99639
MD5 fd0cc8c7d5a5334e663dbba69c06fc5e
BLAKE2b-256 14439a086e7d1ee356b087932a0bc3f51aa6e6405ca9eb33ae21fe9a06631ff0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page