Skip to content

0.2.0

Compare
Choose a tag to compare
@nikolas nikolas released this 09 Sep 14:41
0d4bb2c
  • This library now requires boto3 and botocore to be installed.
  • The amz_headers view option has been replaced by the acl
    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.