Skip to content

Object count mismatch #1331

Answered by sighingnow
PaulRudin asked this question in Q&A
Discussion options

You must be logged in to vote

client.list_objects() has a default argument limit: int = 5 so you see only 5 objects.

To remove the limit, you can c.list_objects("*", limit=-1).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PaulRudin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants