- 2 Posts
- 3 Comments
Joined 3 months ago
Cake day: December 8th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
LaVillaStrangiato@infosec.pubOPto
Selfhosted@lemmy.world•Created a self-hosted API for CRUD-ing JSON data on different storage providers (local, S3, minIO, ...).English
3·2 months agoI think that’s a valid point. Note, the API is structured: /file/key1/key2/… if you want to access [key1][key2] in file.json. Hence, you can’t have folder paths in the filename (because that adds an additional slash). However, perhaps with escaping characters it might become possible, so I made an issue to fix this 👍
Btw, I appreciate you taking the time to investigate and understand my side project. It really helps. Happy 2026! (in my timezone we’re almost there).
LaVillaStrangiato@infosec.pubOPto
Selfhosted@lemmy.world•Created a self-hosted API for CRUD-ing JSON data on different storage providers (local, S3, minIO, ...).English
21·2 months agoThanks for checking my project out. In the readme I state it’s for ‘small personal projects’ where you want to get something quickly. However, “widly insecure” seems a bit much? If you use it for storing data that has no privacy (like public blog posts, and their comments)?


Thanks for your compliment. will do!