Jortage Storage Pool Manager
Go to file
Una 9e91a779fd
Forgot to add the LICENSE, oops
2019-09-05 02:13:31 -07:00
gradle/wrapper Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00
src/main Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00
.gitignore Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00
LICENSE Forgot to add the LICENSE, oops 2019-09-05 02:13:31 -07:00
README.md Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00
build.gradle Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00
config.jkson Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00
gradlew Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00
gradlew.bat Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00

README.md

Jortage Proxy

A miniature S3-to-S3 proxy that accepts incoming requests, hashes the uploaded file, stores their desired path in an MVStore key-value store, along with the hash, and then uploads the original file to a backing S3 server named after the hash to offer limited deduplication.

It rejects any attempt to delete files, as this is designed for Project Jortage, a fediverse storage pool. Mastodon won't ever attempt to delete media, and allowing people to would allow them to yank media that isn't theirs.