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

Option to set "Listing Directory" prompt limit #8274

Closed
cyberduck opened this issue Oct 23, 2014 · 1 comment
Closed

Option to set "Listing Directory" prompt limit #8274

cyberduck opened this issue Oct 23, 2014 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

fad2eda created the issue

(Specific to S3, but might be applicable elsewhere?)

When a directory has a large number of files, there is a prompt for Listing directory with "Continue listing directory with more than X,XXX files." There is an option on that dialog for Always, but I'd like to be able to set a threshold for when that listing prompt shows up.

I'd like to say "Continue if there are less than 500, prompt if there are more" versus only having all-or-none with the Always checkbox. So far I haven't been able to determine the current threshold, for a small number of files (about 125) in a bucket I was prompted for "more than 120", and for a large number (hundreds of thousands) I was prompted for "more than 1000"

@cyberduck
Copy link
Collaborator Author

@dkocher commented

There are two hidden properties for this prompt. Use browser.list.limit.directory (Defaults to 10000) for directories and browser.list.limit.container (Defaults to 100) for buckets.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants