Put
The Put activity is used to upload Amazon S3 objects, copy objects between buckets, and create new buckets.
General
The General tab contains the following fields:
Input
The input of the activity varies depending on the Service Name, Put Type, and Input Type specified on the General tab.
Output for Put Object-upload
Output contains the information returned by Amazon S3 for the newly created object.
Output for Put Object-copy
Output contains the information returned by Amazon S3 for the copied object.
Fault
The Fault tab lists exceptions that are thrown by the Put activity. It has the following fields:
Error Schema Element | Data Type | Description |
---|---|---|
Amazon S3 Plugin Exception | Complex | Any exception created by TIBCO BusinessWorks Plug-in for Amazon S3
msg: Error message description that is returned by the plug-in msgCode: Error code that is returned by the plug-in |
Amazon S3 Client Exception | Complex | Any exception or error reported by Amazon S3 Client
msg: Error message description that is returned by the plug-in msgCode: Error code that is returned by the plug-in |
Amazon S3 Service Exception | Complex | Any exception or error reported by Amazon S3 instance
msg: Error message description that is returned by the plug-in msgCode: Error code that is returned by the plug-in |