How to pull multiple files from the S3

I have a query with regard to download of files from S3. Can we download all the files in a particular bucket folder in a zip ? Please can you help me with the steps.

Comments

  • To fetch all the files from a bucket, we will have to use the ListObject step found under Integration→Amazon AWS→S3 and map the output to the ForEach step collection. Later, introduce the GetFileContents and AddItemToList step to build a list of FileData. 

    Use the ZipFile step from Integration→File→Zip to get a zipped file containing all the files in a particular bucket and download that file using a FileDownload component on a Form. Please refer to the attached screenshots.

Sign In or Register to comment.