Releases: ccnmtl/django-s3sign
Releases · ccnmtl/django-s3sign
0.5.1
0.5.0
0.4.1
0.4.0
- Adjust S3Upload.file_dom_selector to allow for any DOM selector
rather than just an ID. - Introduced new optional param
file_dom_el
for passing in the file
input element directly. This is convenient when initializing
S3Upload from an event, as you can just pass in the event.target
object.
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
- This library now requires boto3 and botocore to be installed.
- The
amz_headers
view option has been replaced by theacl
option. This is 'public-read' by default. Set it to None or
'private' for non-public assets. - Use boto3 for signing the PUT request.
- Use AWS Signature version 4 for signing URLs. This avoids the needs
for quoting which has led to encoding bugs. - Add a ContentType fix on PUT request that fixes a bug where SVG's
can't be uploaded.