Is this fast and correct way of comand?

I want to copy only files with .lzo in a (root) folder with no recursive. Is this fast and correct way of comand:

rclone copy /folder amazon:/folder --include .lzo --max-depth 1

I’d use something like this