ListAllFiles Activity

When to use the ListAllFiles Activity

Use this activity when you want to obtain a list of all the files that are stored in the given bucket.

Figure 1


1

Drag and drop a ListAllFiles activity from the AmazonS3 package into the AmazonS3Scope drop zone. Fill in all fields in the property window. A file is referred by a Key Name. Output field supports only string variable type, while Result field supports only Boolean variable type. Create variables accordingly. Execute to fetch the list of all files stored in the specified bucket.

Figure 2


2

Technical Reference

Figure 3

3

Note:

  • This activity's Output returns all files in the bucket and supports only string variable type
  • Result will return the success/failure status of the activity and supports only Boolean variable type
  • A file is referred by a Key Name.
1.0.0