Skip to main content

Nice file storage support for Django

Project description

Nice file storage support for Django

This is a single, generic file storage backend for Django, for storing the files on any storage service with a HTTP/REST API.

Both Google Storage and AWS S3 provide HTTP/REST API for file storage.

The only thing that differs between the services is the authentication method. Both Google and AWS use their own propertiary authentication methods, that have to be implemented. Right now only Google Storage auth is implemented.

Requirements

  • Django 2.0+

Installation

pip install dj-storage

settings.py

Planned features

  • Support for AWS S3 auth - requires fixing aws-requests-auth #45
  • Support for standard auth mechanisms (like HTTP Basic auth)

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

dj-storage-0.2.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

dj_storage-0.2.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

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