summarize is reaching maxCount, but I have no idea what that is. Limit of objects?
s3p summarize --bucket ups --prefix docs --summarize-folders
It is only throwing the error after reading all objects. I mean, if while reading the objects, it reaches the limit, I think it could stop right there.
Is there any way to increase it? The only solution I found was to use --start-after and --stop-at, and keep repeating it until I get to the end of the bucket.