Jortage Storage Pool Manager
Go to file
Una Thompson a76c869a26 Fix dump permissions, add LFN->SFN conversion, misc 2020-06-12 19:03:33 -07:00
gradle/wrapper Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00
src/main Fix dump permissions, add LFN->SFN conversion, misc 2020-06-12 19:03:33 -07:00
.gitignore Add backups and autocompaction 2019-09-05 15:18:45 -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 Replace MVStore with MySQL 2019-09-22 02:12:06 -07:00
config.jkson Add backups to second S3 provider, don't upload Mastodon archives 2019-11-11 22:26:51 -08: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.