My Amazon S3 bucket has millions of files and I am mounting it using s3fs
. Anytime a ls
command is issued (not intentionally) the terminal hangs.
Is there a way to limit the number of results returned to 100 when a ls
command is issued in a s3fs
mounted path?