Backups to Storj suddenly fails: "Error listing objects in snapshot/app_0c3fb7c9-77c7-4d96-a90a-b75b5d1562bf. Message: ListObjects(V2): listing too many items for gateway-side filtering"
Solved
Support
-
As of this morning, my backups to Storj suddenly fails. This is the error message I get.
Error listing objects in snapshot/app_0c3fb7c9-77c7-4d96-a90a-b75b5d1562bf. Message: ListObjects(V2): listing too many items for gateway-side filtering using arbitrary delimiter/prefix HTTP Code: NotImplemented
Any ideas?
-
-
Got this reply from Storj @girish @nebulon
Could you change some settings in this software to use a delimiter for prefixes? By default it's `/` (a forward slash). Without delimiting you will hit the listing limit if you would use S3. As an alternative you may use a native Storj protocol, it doesn't have this limit, but I'm not sure that you can use it in this software. What's supposed to do? if backups, then I can suggest to use a normal ones, who can use prefixes correctly (and may reduce your storage costs by using a larger segments (less or equal to 64MiB)): [https://docs.storj.io/dcs/third-party-tools#backups](https://docs.storj.io/dcs/third-party-tools#backups) Ā Our S3 compatibility you can see there: [https://docs.storj.io/dcs/api/s3/s3-compatibility](https://docs.storj.io/dcs/api/s3/s3-compatibility) However, there is a limitation, how much objects you can list using the not limited prefix (like a prefix without a trailing `/`).
-
@thoresson mm, ok. Usually, each storage provider has their own quirk (like the one you reported). I think we have to test with storj properly to see all the issues. I think this was requested in https://forum.cloudron.io/topic/5171/add-storj-and-filebase-as-backup-options/ . We have to test this when we add that storage provider.
-