Skip to content

Commit

Permalink
Document AWS_IS_GZIPPED and GZIP_CONTENT_TYPES
Browse files Browse the repository at this point in the history
Closes #205
  • Loading branch information
jschneier committed Mar 3, 2017
1 parent e2edbb0 commit c2e7dac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/backends/amazon-S3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Available are numerous settings. It should be especially noted the following:
``AWS_LOCATION`` (optional: default is `''`)
A path prefix that will be prepended to all uploads

``AWS_IS_GZIPPED`` (optional: default is ``False``)
Whether or not to enable gzipping of content types specified by ``GZIP_CONTENT_TYPES``

``GZIP_CONTENT_TYPES`` (optional: default is ``text/css``, ``text/javascript``, ``application/javascript``, ``application/x-javascript``, ``image/svg+xml``)
When ``AWS_IS_GZIPPED`` is set to ``True`` the content types which will be gzipped

.. _query parameter authentication: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html

CloudFront
Expand Down

0 comments on commit c2e7dac

Please sign in to comment.