We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4293c93 commit 4ae25e8Copy full SHA for 4ae25e8
fcloud/drivers/yandex/yandex.py
@@ -86,7 +86,7 @@ def get_all_files(self, remote_path: Path) -> list[CloudObj]:
86
CloudObj(
87
name=file.name,
88
size=file.size,
89
- is_directory=file.media_type == "folder",
+ is_directory=file.type == "dir",
90
modifed=file.modified,
91
)
92
for file in self._app.listdir(str(remote_path))
0 commit comments