Skip to content

Releases: ccnmtl/django-s3sign

0.1.9

08 Sep 15:59
dd02cc2
Compare
Choose a tag to compare

Fixed bug where signatures with '+' in weren't being properly encoded.

0.1.8

02 Sep 21:07
6e2ac83
Compare
Choose a tag to compare
  • Add SignS3View.private flag to determine whether we're uploading
    private resources. If so, return the signed GET url so the media can
    be displayed immediately on upload.

0.1.7

02 Sep 15:22
5194b21
Compare
Choose a tag to compare
  • Don't use amz headers for signature calculation if they aren't present.

0.1.6

01 Sep 18:22
5b970b9
Compare
Choose a tag to compare
  • Add webp, svg, and pdf mime types.
  • Allow amz acl to be configurable in S3Upload.js

0.1.5

08 Mar 18:41
90febb4
Compare
Choose a tag to compare
  • Update base64.encodestring() to encodebytes().

0.1.4

13 Oct 13:15
Compare
Choose a tag to compare
  • Added unicode support / python3 compatibility