Amazon S3 · Arazzo Workflow
Amazon S3 Upload and List Objects
Version 1.0.0
Upload an object then list the bucket contents to confirm it appears.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
upload-and-list-objects
Put an object then list objects under its prefix.
Writes a single object to a bucket and lists the bucket contents filtered by a prefix to confirm the object is present.
1
putObject
PutObject
Upload the object's binary body to the bucket under the supplied key.
2
listObjects
ListObjectsV2
List the bucket contents filtered to the prefix to confirm the new object is present.