Frank Wessels
Frank Wessels
As reported by @vsivsi in https://github.com/s3git/s3git/issues/21, prevent reading file completely into memory, but use a streaming approach instead.
Would be handy to read credentials from `~/.aws/config` and `~/.aws/credentials` config files in combination with a `--profile` option to allow easy switching between profiles (that are presumably already in place...
On page 40 in the documentation there is a sneaky error in that an extra space is added to (especially) the private key which throws the signature off. Which in...
Just some minor corrections for the quickstart guide (mostly textual, apart from `Tensor` missing in training example. (BTW: great stuff!)
It would be nice to add support for folders (within folders etc.) for S3 urls. This way you can circumvent the AWS's standard bucket policy of a 100 buckets.
Looks like the lock.mdb stays open after exiting s3git ``` ls -la .s3git/mdb/ total 112 drwxr-xr-x 4 frankw staff 136 Mar 21 11:05 . drwxr-xr-x 4 frankw staff 136 Mar...
The diagrams in https://dougallj.github.io/asil/doc/bic_z_p_zz_32.html do not show the predicates in the diagrams. (BTW: great documentation, thanks for putting all the work in.)