dmjio
dmjio
Hey @spl, which headers in particular do you want to override? I think this could be problematic for the current implementation, since it seems like headers would need to be...
Yea, I agree, I'd love to get this library up to spec again. In the meantime I've been shelling out to this command (this has been keeping me from working...
@vrom911 @ChShersh @identicalsnowflake working on it guys... cc @jb55
@identicalsnowflake Would you by chance have sample code of how you converted `S3Request` into a URL? Or a fork?
@vrom911, https://github.com/dmjio/s3-signer/pull/15 was submitted. Also, I plan on seeing if we can construct a `Request` directly using the signed URL, then just using `http-client` to get / put files.
@ChShersh want to take a stab at implementing `s3-signer` w/ `http-client` ?
Yea, when I created this library the regions used were compatible. It seems they are deprecated now. A new AWS library that exports v4 signing capabilities has come along. http://hackage.haskell.org/package/aws-general-0.2.2/docs/Aws-SignatureV4.html...
@spl I can take look at implementing this on Thursday `2/23`. How soon do you need this by?
@spl hm, that's interesting, seems like there's some discrepancies here. I might refresh this package anyways, since it appears I'm going to need something internally to issue upload URLs for...
heh, sounds good :) On Wed, Feb 24, 2016 at 12:43 PM, Sean Leather [email protected] wrote: > Cool. I'll watch and see what you come up with. :) > >...