Amazon S3 Shared Resource Connection

The Amazon connection is a shared resource that describes the Amazon connection. You can use the Amazon S3 shared connection resource to specify the configuration details that connects an Amazon S3 Client to an Amazon S3 instance.

General

The General tab shows the package that stores the Amazon S3 shared resource and the shared resource name. You can also provide a description for the shared resource in this tab.

The following table describes the fields in the General tab of the Amazon S3 shared resource:

Field Module Property? Description
Package No Package to be added
Name No Name to be displayed as a label for the shared resource
Description No A short description for this shared resource

Amazon Connection Configuration

You can provide information required to establish a connection with Amazon S3.

The following table describes the fields in the Amazon Connection tab of the Amazon S3 shared resource:

Field Module Property? Description
Acces Key Yes Access key to connect to the Amazon S3 API
Secret Key Yes Secret key to connect to the Amazon S3 API

Amazon Connection Advanced Configuration

The following table describes the fields in the Amazon Connection Advanced Configuration tab of the Amazon S3 shared resource:

Field Module Property? Description
Client Type No Select between the default or customized AWS client configuration

Defaults to the default client type

Connection Timeout Yes Number of milliseconds that the attempt to create an AWS client connection waits before timing out

Defaults to 10 seconds

ClientExecutionTimeout Yes Default HTTP timeout for all requests made on this connection

Disabled by default: 0 seconds

MaxErrorRetry Yes Number of retries the AWS client attempts for HTTP error code 5xx before reporting an error
RequestTimeout Yes Number of milliseconds any request can take before being timed out.

A request may constitute several individual HTTP requests. This is the difference between this setting and the ClientExecutionTimeout setting.

Disabled by default: 0

Use Gzip Yes Uses Gzip communications

Defaults to false

Use Proxy Settings No Enables or disables the fields related to proxy settings

Disabled by default. If disabled no proxy server is used.

NonProxy Hosts Yes List of hosts that should be reached directly, bypassing the proxy.

This is a list of patterns separated by '|'. The patterns might start or ends with a '*' for wildcards. Any host matching one of these patterns is reached through a direct connection instead of through the proxy.

Preemptive Basic Proxy Auth Yes Sets whether to attempt to authenticate preemptively against proxy servers by using basic authentication
Proxy Domain Yes Sets the optional Windows domain name for configuring an NTLM proxy
Proxy Workstation Yes Sets the optional Windows workstation name for configuring NTLM proxy support
Proxy Host Yes Sets the proxy host the client connects through
Proxy Port Yes Sets the proxy port the client connects through
Proxy Username Yes Sets the proxy user name to use
Proxy Password Yes Sets the proxy password to use