Skip to main content

Django AWS S3 Signed Requests API with Django Rest Framework

Project description

Django rest framework views to get a S3 signed url to PUT or GET to AWS S3

Example views.py

import djassr

class MyS3PUTSignatureAPIView(djassr.GetPUTSignature):
    authentication_classes = (TokenAuthentication, )
    permission_classes = (IsAuthenticated,)

Install

$ pip install djassr

Usage

In urls.py

...
url('^put_signed_url/$', djassr.views.GetPUTSignature.as_view()),
...

Demo

You can look at and run the demo project.

pip install -r requirements-dev.txt
pip install -e ../
cd demop
python manage.py migrate
python manage.py runserver

Go to http://localhost:8000/api/

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

djassr-0.1.0.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file djassr-0.1.0.tar.gz.

File metadata

  • Download URL: djassr-0.1.0.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for djassr-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9b3e3a66ef561f8198886ea66cea5fe6cae99323662a5e16acc9204835a2e05c
MD5 89a9d8e9cbd931d2d1faa246da57d0dd
BLAKE2b-256 fbe2f22f6d67bae60fa4ba631b07327d257be45a5989572291c3bcedd1a6393b

See more details on using hashes here.

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