- 30 Jan, 2018 1 commit
-
-
Mark Allen authored
The serve method of the DjangoStreamingServer class support If-Last-Modified, and for this it requires a timestamp of the last modified time of the private file. Python 3 datetimes have a timestamp method, which is used to generate the required timestamp, but this isn't available in Python 2. Serving files on S3 therefore fails if Python 2 is used. This commit adds an alternative means of generating the timestamp if Python 2 is used.
-
- 14 Feb, 2017 1 commit
-
-
Diederik van der Boor authored
Update documentation on sending files, given that ``wsgi.file_handler`` support lives in Djagno 1.8+
-
- 07 Feb, 2017 3 commits
-
-
Diederik van der Boor authored
-
Diederik van der Boor authored
This is needed to fetch content from S3 without needing a full_path
-
Diederik van der Boor authored
-
- 11 Jan, 2017 1 commit
-
-
Diederik van der Boor authored
-
- 06 Oct, 2016 1 commit
-
-
Diederik van der Boor authored
-