beakerbrowser / specs

Beaker's specifications [way outdated and inaccurate]
0 stars 1 forks source link

Switch to folder extensions, and a few updates to object-stores #22

Closed pfrazee closed 5 years ago

pfrazee commented 5 years ago

Closes #13 and #14

Mike made a good point that the index.json could be more trouble than it's worth. This PR does the following things:

The new index.json in the .objs folder creates a directory for the various objects folders, which I realized is going to be pretty important for lookups. In the previous iteration, we would've had to scan the folders and check each of their metadata files.

Thanks @webdesserts !