Amazon S3 · Arazzo Workflow
Amazon S3 Paginate Through Bucket Objects
Version 1.0.0
List a first page of objects then fetch the next page by continuation token.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
paginate-list-objects
List a first page of objects then the next page via continuation token.
Lists a capped first page and, when truncated, fetches the next page using the NextContinuationToken from the first response.
1
listFirstPage
ListObjectsV2
List the first page of objects, capped to the requested page size.
2
listNextPage
ListObjectsV2
Fetch the next page of objects using the continuation token returned by the first page.