rudolfs icon indicating copy to clipboard operation
rudolfs copied to clipboard

A high-performance, caching Git LFS server with an AWS S3 and local storage back-end.

Results 15 rudolfs issues
Sort by recently updated
recently updated
newest added

Not sure if this is a bug or just my own failure in configuration. I have rudolfs run in WSL (either in Docker or with cargo run, the issue is...

Hi! Is it possible to add another env variable for S3_HOSTNAME or something like that? It is required for connecting the server to other storage host rather then AWS (Google...

I encounter an error when I am running the `docker-compose.minio.yml` locally : after a `git push` ``` batch response: Post "http://localhost:8081/api/nebnes/dirty-lfs-test/objects/batch": read tcp 127.0.0.1:38150->127.0.0.1:8081: read: connection reset by peer error:...

First of all: thanks very much for your work. I have been using rudolfs and have managed to upload ~100GB over ~20K files. While I was doing that, I started...

[Rusoto](https://github.com/rusoto/rusoto) is no longer maintained and should be replaced by Amazon's official Rust SDK. There are lots of usage examples at https://github.com/awslabs/aws-sdk-rust/tree/main/examples/examples/s3.

help wanted