Maximum file size is 128 MiB and it will be kept for 36 hours.
Content you upload should comply with with Russian Federation's law. Generally speaking, anything illegal, like CP, extremist literature, and so on is forbidden.
You can use cURL to upload a file: curl -F 'file=@somefile.ext' https://upload.arav.su
Over I2P: curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' http://upload.arav.i2p
A resulted link looks like this: /f/base64rawURL(salted SHA-256)/filename.ext
.
You can delete a file using cURL: curl -XDELETE https://upload.arav.su/<hash>
Over I2P: curl --proxy 127.0.0.1:4444 -XDELETE http://upload.arav.i2p/<hash>
Any abuses should be sent to admin@arav.su. I WILL cooperate with law enforcements and provide them with logs.
Logs include: access time, IP-address, file name it was uploaded/downloaded with, a SHA-256 hash of it, size of it, and User-Agent.