Amazon Simple Storage Service (S3)
Amazon Simple Storage Service (Amazon S3) is an Internet storage service. Amazon S3 allows you to store and retrieve data at any time from anywhere. You can accomplish these tasks using AWS Management Console's simple and intuitive web interface.
API Versions: 01-03-2006(AWS4)
API Types: REST
Authentication and Authorization: Basic authentication
Key Capabilities: Custom Fields support
Prerequisites
- Amazon account
- Working IBM® webMethods Integration tenant
Actions
-
getBucket: Retrieves the objects present in the bucket specified in the parameters
-
getObject: Retrieves an object from the specified bucket
-
listAllMyBuckets: Retrieves list of all the buckets owned by the sender
-
multipartDownload: Performs multipart download for a given object in bucket and returns the specific part number and it's stream
-
createBucket: Creates a new bucket
-
deleteBucket: Deletes an existing bucket
-
deleteObject: Deletes an object from the specified bucket
-
putObject: Adds an object to a bucket
-
upload: Performs multipart upload for a given file and returns the 'upload ID' along with the number of file parts uploaded
Custom Actions
Amazon Simple Storage Service (S3) connector also lets you create your own custom actions for performing specific tasks. The actions you create look and work exactly like the other actions do.
Learn more about how to create custom actions.