Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_bucket() works around the API limit of 1000 objects #104

Merged
merged 4 commits into from
Jan 21, 2017
Merged

get_bucket() works around the API limit of 1000 objects #104

merged 4 commits into from
Jan 21, 2017

Conversation

ThierryO
Copy link
Contributor

Solves #97

The output of get_bucket() is not changed in case parse_response = FALSE or max <= 1000. Otherwise the next page of objects is requested until max is reached. max = Inf allows to request all objects in the bucket. Yet untested with large buckets.

@codecov-io
Copy link

Current coverage is 18.12% (diff: 50.00%)

No coverage report found for master at a223d27.

Powered by Codecov. Last update a223d27...32db1d7

@leeper
Copy link
Member

leeper commented Jan 21, 2017

Brilliant! Thanks!

@leeper leeper merged commit 32db1d7 into cloudyr:master Jan 21, 2017
leeper added a commit that referenced this pull request Jan 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants