S3 handler and properties

You can configure an endpoint to use a Simple Storage Service (S3) handler to exchange inbound or outbound messages with an S3 object storage provider.

IBM Cloud® Object Storage is one provider of Cloud Object Storage.

Configure the following S3 handler properties for an endpoint in the End Points application:
URL
The URL of the S3 provider.
Bucketname
The name of the container for objects that you store in S3 storage.
Secretkey
The secret access key that you use to sign the HTTP requests that you make to S3. You must authenticate your request with both the access key ID and the secret access key.
Accesskey
The access key ID that you use to sign the HTTP requests that you make to S3. You must authenticate your request with both the access key ID and the secret access key.
Datareader
The property that specifies the class that is used to read files from S3. The default that is set for this property implements the data reader feature that is included in the application, which applies to most cases.