Skip to main content

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.

Release files for django-minio 0.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-minio 0.5
File Size Uploaded
django_minio-0.5.tar.gz 2.5 kB Details

Release files / django_minio-0.5.tar.gz

Download URL django_minio-0.5.tar.gz
Size 2.5 kB
Tags Source
SHA-256 checksum
How to use checksums
e96a7c7bbc3a55f49080616f4dc5ee839addec2643bdf6fbcd994fb9474ab863
BLAKE2b-256 checksum
How to use checksums
281537c2676239d073f88420003d0054c0b7006a90f980659a7d35c1fc76a526
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

2.0

1 release file

1.9

1 release file

1.8

1 release file

1.7

1 release file

1.6

1 release file

1.5

1 release file

1.4

1 release file

1.3

1 release file

1.2

1 release file

1.1

1 release file

1.0

1 release file

0.9

1 release file

0.8

1 release file

0.7

1 release file

0.6

1 release file

This release

0.5 This release

1 release file

0.4

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page