I can't be asked, so I built FILE0. It's for storing files but you don't need to complete an online course.
Show HN: File0 – An easier way to manage files in serverless apps
file0.dev
1–10 of 158 posts
I can't be asked, so I built FILE0. It's for storing files but you don't need to complete an online course.
Show HN: File0 – An easier way to manage files in serverless apps
file0.dev
ACLs, for example? How do you control who can access a file you uploaded?
Also, it costs about 20 times as much as Backblaze B2.
It suffers the usual effect as seen in eg. Wayland. You think the problem is simple and make a new protocol that's simple. Then you find complexity in the problem and solve it with complexity in the solution. Then your protocol becomes as complex as the one you're replacing. There are reasons S3 does all these things. ACLs, for example? How do you control who can access a file you uploaded? Also, it costs about 20 ti…
It suffers the usual effect as seen in eg. Wayland. You think the problem is simple and make a new protocol that's simple. Then you find complexity in the problem and solve it with complexity in the solution. Then your protocol becomes as complex as the one you're replacing. There are reasons S3 does all these things. ACLs, for example? How do you control who can access a file you uploaded? Also, it costs about 20 ti…
If you're a busy indie hacker who just want to be up an running with file storage under 5 mins and forget the whole thing even exists, you can use FILE0.
S3 is stuffed with features for a reason. It's the backbone of the internet so it needs to cover 100% of the use cases and more.
Perhaps arsed rather than asked
Is file0 S3 compatible?
Earlier quoted context omitted.
This was my catch phrase for years, and today I learned I used it wrong all the time.
Reminiscent of Diane Morgan's Mandy -- "I'm at my lowest egg"
I do think the storage "space" could use some disruption. I use s3 every day at work, and my general feeling is that the entire permission system is more complicated than 99% of apps actually need, to the point of being dangerous; I think the complexity has absolutely contributed to so many people getting it wrong and leaking data.
An alternative where the only options were public and private, exclusively set at the bucket level would be good enough for 95% of users and simple enough to rarely get wrong.