Sean Leather

Results 113 comments of Sean Leather

Having modules named `store` and `storage` is confusing.

Having “named graph” and “label” threw me off a bit. I eventually realized that the label is the name of the named graph. What if we called it a labeled...

`type File` in `PersistentLayerStore`. The type is not necessarily a file.

This is something I've seen in `terminusdb`, but I'm putting it here for now. I've seen these variable names, and they all seem to refer to the same thing: *...

I agree with not supporting anything less than 32-bit. Yes, I believe Rust does support (or would not be averse to supporting) some architectures with smaller bus sizes. There's a...

> which headers in particular do you want to override? At the moment, I definitely want to override `Content-Disposition` to change the name of the file. I'm not sure about...

I just received the following error when trying the URL from `s3-signer`: ``` xml InvalidRequest The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256. ... ... ```...

Thanks for the pointer to `aws-general`. I hadn't yet looked into other libraries. Looks like there's also [`aws-sign4`](https://hackage.haskell.org/package/aws-sign4). It doesn't seem like [`hS3`](https://hackage.haskell.org/package/hS3) supports v4. It's also not yet clear...

I was just trying to use `aws-general`, but I'm not sure if I'm either (1) doing it right, or (2) it is not working, or both. First, it's missing the...

I'm now looking at `amazonka`. I may just go with that since I'll need other things besides URL signing.