-
Notifications
You must be signed in to change notification settings - Fork 145
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
Support listing >1000 file directories via Fog::Storage::GoogleJSON #42
Comments
The original issue was reported by @germs12 at fog/fog#3320. |
Repro:
Looking into API doc:
So, we do not support proper page token enumeration in native Fog |
Could you run with |
This issue has been marked inactive and will be closed if no further activity occurs. |
It seems that the JSON API part of Fog::Google does not take "next_page_token" information when listing files. I have pushed a PR #558 to make a proof of concept, based on the implementation I could see in the XML API part. |
I am connecting to Google Cloud Storage where I have 20,000+ records, but when I connect to the bucket with Fog and list all files I only get 1000. Is there a way to increase the number of files returned? I was hoping to programmatically go through all of these and make modifications, but now I'm stuck. Anyone? Thanks and great work on this Gem. 😄
The text was updated successfully, but these errors were encountered: