EilonOriginal post
Rank 2: Process
Is a bucket is like a directory?
Can I create a sub bucket "under" another one?
A web app I'm building is relying heavily on a file system. I'm wondering, should I host my files on a node js server?
Thank you
Summary
Developers questioning if a bucket is similar to a directory and if sub-buckets can be created. Wondering about hosting files on a Node.js server for a web app heavily relying on a file system. Solution: Combine files with the database to create a filesystem-like structure.