Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sure I'll add another dependency, just tell me what the problem is | Rutger Broekhoff | 2024-01-24 | 1 | -0/+1 |
| | |||||
* | Test JSON decoding for BatchRequest | Rutger Broekhoff | 2024-01-24 | 1 | -0/+1 |
| | |||||
* | Set AWS SDK behaviour version to latest in code | Rutger Broekhoff | 2024-01-24 | 1 | -1/+1 |
| | |||||
* | Remove unused dependencies, fix build | Rutger Broekhoff | 2024-01-23 | 1 | -3/+0 |
| | | | | | | | The LFS server had the unused dependency 'aws-creds', which pulled in the 'openssl' crate which wanted to link to the real thing. This doesn't work great in Nix when neither OpenSSL nor pkg-config are available at build time :) | ||||
* | Finish basic implementation of Rust LFS server | Rutger Broekhoff | 2024-01-22 | 1 | -0/+1 |
| | |||||
* | Implement crude batch API authorization | Rutger Broekhoff | 2024-01-19 | 1 | -0/+1 |
| | |||||
* | Separate path rewrite into Tower Layer, shared state for S3 client | Rutger Broekhoff | 2024-01-19 | 1 | -1/+4 |
| | |||||
* | Rust code dump | Rutger Broekhoff | 2024-01-19 | 1 | -0/+15 |