1. 30 Jan, 2018 1 commit
    • Mark Allen's avatar
      Add Python 2 compatibility for If-Last-Modified · ea5f54cd
      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.
      ea5f54cd
  2. 14 Feb, 2017 1 commit
  3. 07 Feb, 2017 3 commits
  4. 11 Jan, 2017 1 commit
  5. 06 Oct, 2016 1 commit