rclone/backend/linkbox
gvitali d9601c78b1 linkbox: fix list paging and optimized synchronization.
1. The maximum number of objects on a page should be no more than
1000. Currently it is 1024, for this reason the listing always ends on
the first page with the error “object not found”, rclone tries to
upload the file again, Linkbox stores it with the name “filename(N)”,
and so the storage fills up indefinitely.

2. A hyphen is added to the list of allowed characters, that makes
queries more optimized (no need to load all files in a directory for
an entity with a hyphen).
2024-03-24 12:05:58 +00:00
..
linkbox.go linkbox: fix list paging and optimized synchronization. 2024-03-24 12:05:58 +00:00
linkbox_test.go linkbox: fix working with names longer than 8-25 Unicode chars. 2024-03-24 12:05:58 +00:00