gofs
gofs copied to clipboard
Relay
https://github.com/no-src/gofs/blob/main/relay/README.md
you can also just use NATS Jetstream to do this easily.
Thank you for your suggestion. Let me give it a try. I have never explored NATS JetStream before.
NATS it has a object store and kv store that can act as a synchronisation point for files being uploaded and then downloaded to other places.
so a relay :)
https://github.com/mprimi/nasefa does exactly this.
is it possible to make client and server talk behind openshift ingress/route?