mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
d9601c78b1
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). |
||
---|---|---|
.. | ||
linkbox_test.go | ||
linkbox.go |