facebookarchive / rocks-strata

Other
133 stars 24 forks source link

Local storage List() searches recursively #26

Closed AGFeldman closed 7 years ago

AGFeldman commented 7 years ago

And, List() called on a non-existent directory returns an empty list with no error.

This is the same behavior as remote storage List().

Hopefully, this helps create a local replica + local storage driver.

Test plan: Added to the storage unit test

igorcanadi commented 7 years ago

Yay!