Avatar

Employee

For recording, files are sent to an WebDAV/HTTP server (or anything that accepts a file via HTTP PUT). We are not planning to support any complex authentication scheme (i.e. signed requests and/or HTTP headers) in order to keep things simple and very generic, but if S3 accepts an HTTP PUT with either digest authentication or a token on the URL it should work.

Note that the same is true also for playback (i.e. the file needs to be accessible with an HTTP GET and authentication should be either a token on the request or basic/digest).