Tag: S3

  • Pre-signed S3 URLs with Clojure and ClojureScript

    Pre-signed S3 URLs with Clojure and ClojureScript

    Dashman uses S3 for storing the encrypted screenshots. They can go directly from the renderer application to S3 and from there to the displayer application as there’s no need for the server application to ever see them. They are end-to-end encrypted anyway. My needs in this regard were a bit unique. I have a server…