Jortage Storage Pool Manager
Go to file
Una Thompson ff9100bdbc Implement support for multipart uploads 2019-09-14 19:45:37 -07:00
gradle/wrapper Initial commit; quite sloppy, but it works! 2019-09-05 01:55:38 -07:00
src/main Implement support for multipart uploads 2019-09-14 19:45:37 -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 Fix paths being lost, remove bucket names for compat 2019-09-05 02:50:31 -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.