Is it possible to use an iterator to retrieve multiple files from Sharepoint to S3. I've looked at the File Iterator but Sharepoint isn't a type option

Is it possible to use an iterator to retrieve multiple files from Sharepoint to S3. I’ve looked at the File Iterator but Sharepoint isn’t a type option.

I'll answer my own quetion here - could be useful for anyone else looking. I used a sharepoint query component to list the files and stored the result in a Redshift Table. Then queried the results to a Grid and used a Grid iterator on the Data Transfer component to pull the data to S3