mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
308323e9c4
Before this change we uses limit/offset paging for directories in the main directory listing routine and in the trash cleanup listing. This switches to the new scheme of limit/marker which is more reliable on a directory which is continuously changing. It has the disadvantage that it doesn't tell us the total number of items available, however that wasn't information rclone uses. |
||
---|---|---|
.. | ||
types.go |