Tool to create a task to export files to an Amazon S3 bucket. Use after conversion when you need to store results directly into S3. Ensure AWS credentials have s3:PutObject (and PutObjectAcl if using non-default ACL) permissions.
aclstringS3 ACL for stored objects. Defaults to 'private'.
keystringS3 object key (filename and path) for storing the file. Supports printf-style placeholders for multiple files, e.g., 'file-%d.pdf'.
inputRequiredThe ID of the task to export, or a list of task IDs.
bucketRequiredstringThe Amazon S3 bucket where to store the file(s).
regionRequiredstringS3 region identifier (e.g., 'us-west-2' or 'eu-west-1').
taggingobjectS3 object tags as key–value pairs.
endpointstringCustom S3 API endpoint URL. Overrides default built from region. Use for S3-compatible services.
metadataobjectAdditional S3 metadata as key–value pairs (e.g., 'x-amz-meta-*').
key_prefixstringPrefix to prepend to the S3 object key when exporting multiple files.
content_typestringValue for the 'Content-Type' header. Auto-detected if omitted.
access_key_idRequiredstringAWS access key ID with `s3:PutObject` permission.
cache_controlstringValue for the 'Cache-Control' header (e.g., 'max-age=172800').
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.