Amazon S3 find is very slow
Trying to find a file under a bucket is very very slow compared to aws cli (Minutes vs, seconds)
I compared it with the following command (windows):
aws s3 ls --recursive s3://<bucket>/ | findstr <filename>
I compared it with the following command (windows):
aws s3 ls --recursive s3://<bucket>/ | findstr <filename>