Describe the bug
@syncano/core lib listing only first 100 files (hosting.listFiles())
To Reproduce
Steps to reproduce the behavior:
- Add more than 100 files to hosting (sync it)
- Execute
hosting.listFiles() using core library
- Check number of files
Expected behavior
List should contain all the files.