lakefs-spec
lakefs-spec copied to clipboard
Async filesystem implementation
The implementation simply wraps the synchronous file system already present in the code in asyncio
coroutines.
Might serve as the first implementation for #279.