I'm not sure that this is, well, the ordinary use case for Heroku. I want to run a PocketMine (Minecraft Bedrock Edition server) on Heroku. I've compiled a new PHP build, compiled the Phar, and scripted a compatibility layer between it and Heroku, along with a GUI and eventually some ngrok compatibility.
My problem is that Heroku's storage is ephemeral. Since I don't want to create a big-name storage bucket (S3, GCP, Azure) is it possible that I can use Dropbox or some other free file hosting service.
I'm not sure where to start as considering
- In all the storage would be up to 100 megabytes, consisting of multiples files.
- How can you do this efficiently and fast (How do I even do it ?).
- If possible, how can I zip the data every 10 minutes and continuously sync to dropbox.
If this is possible it would be awesome!