Amazon S3 · Arazzo Workflow
Amazon S3 Multipart Upload a Large Object
Version 1.0.0
Initiate a multipart upload, upload a part, and complete the upload.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
multipart-upload
Create, upload a part to, and complete a multipart upload.
Initiates a multipart upload, pushes one part, and completes the upload with a part manifest to produce the final assembled object.
1
createMultipartUpload
Initiate the multipart upload and capture the UploadId used by all subsequent part operations.
2
uploadPart
Upload part number 1 against the new UploadId. The part ETag is returned in the ETag response header for use in the completion manifest.
3
completeMultipartUpload
Complete the upload by submitting the part manifest so S3 concatenates the parts into the final object.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.