Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Amazon S3 find is very slow

Yes, that's quite likely. WinSCP Find Files command is protocol agnostic and hence cannot take advantage of recursive search API of S3.

It would be very complicated to change that. Let's see if there's a demand for that.
yoavain

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>