java.lang.Object | |
↳ | org.mule.module.s3.Config |
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
client | |||||||||||
connectionTimeout | The amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out. | ||||||||||
maxConnections | Sets the maximum number of allowed open HTTP connections. | ||||||||||
protocol | The optional communication protocol to use when sending requests to AWS. | ||||||||||
proxyDomain | The optional proxy domain | ||||||||||
proxyHost | The optional proxy port | ||||||||||
proxyPassword | The optional proxy password | ||||||||||
proxyPort | The optional proxy port | ||||||||||
proxyUsername | The optional proxy username | ||||||||||
proxyWorkstation | The optional proxy workstation | ||||||||||
socketTimeout | The amount of time to wait (in milliseconds) for data to be transferred over an established, open connection before the connection is timed out. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Login to Amazon S3
| |||||||||||
Test Connectivity to Amazon S3
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out. A value of 0 means infinity, and is not recommended.
Sets the maximum number of allowed open HTTP connections.
The optional communication protocol to use when sending requests to AWS. Communication over HTTPS is the default
The optional proxy domain
The optional proxy port
The optional proxy password
The optional proxy port
The optional proxy username
The optional proxy workstation
The amount of time to wait (in milliseconds) for data to be transferred over an established, open connection before the connection is timed out. A value of 0 means infinity, and is not recommended.
Login to Amazon S3
accessKey | The access key provided by Amazon, needed for non anonymous operations |
---|---|
secretKey | The secrete key provided by Amazon, needed for non anonymous operations |
ConnectionException |
---|
client |
---|
connectionTimeout |
---|
maxConnections |
---|
protocol |
---|
proxyDomain |
---|
proxyHost |
---|
proxyPassword |
---|
proxyPort |
---|
proxyUsername |
---|
proxyWorkstation |
---|
socketTimeout |
---|
Test Connectivity to Amazon S3
accessKey | The access key provided by Amazon, needed for non anonymous operations |
---|---|
secretKey | The secret key provided by Amazon, needed for non anonymous operations |
ConnectionException |
---|