Chris Dornan

Results 25 comments of Chris Dornan

Great! -- will let you know when I have something,

I think this one will be best tackled with a JSON package, and was proposing to use aeson (which also pulls in syb and unordered-containers). Would that be OK for...

After a much longer delay than I was expecting, I have an [Elastic Transcode Create Job command](https://github.com/Lainepress/aws/tree/ets) that appears to be working. (Though some of the subsystems have been quite...

Sorry I left out the link to the repo I am working on above. It is [here](https://github.com/Lainepress/aws/tree/ets). I am not sure whether a request to pull is appropriate at this...

Agreed -- the next thing I will do.

I have renamed the modules to Aws.ElasticTranscoder and added all of the job commands. (Elastic Transcoder has three sets of commands: for managing presets, jobs and pipelines). To get the...

I will move it into AWS.Core (but I think it is worth putting it into its own module). AFAICT, different signing methods have conflicting requirements on the format of the...

I have moved the contents of Sign4 into Aws.Core and moved Sign4.Test to Aws.Signature4Test. If you come round to thinking it would be better in a separate module (e.g., Aws.Core.Signature4,...

I have integrated/merged the date formatting of the Signature v4 generator into the extant Aws.Core fmtTime and added some comments. Next up: - add the remaining operations - work out...

I have now added the Pipeline group of commands. [Correction -- I have just noticed that I stopped short but it should anyway be fairly quick to add the missing...