Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
exposing the client
Browse files Browse the repository at this point in the history
  • Loading branch information
cskinfill committed Feb 28, 2012
1 parent ab04976 commit 5f2800b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/org/mule/module/s3/S3Connector.java
Expand Up @@ -87,6 +87,11 @@ public class S3Connector
@Optional
private String proxyHost;

/**
* Inject the SimpleAmazonS3 client
*/
@Configurable
@Optional
private SimpleAmazonS3 client;

/**
Expand Down Expand Up @@ -737,5 +742,7 @@ public void setProxyHost(String proxyHost)
{
this.proxyHost = proxyHost;
}



}

0 comments on commit 5f2800b

Please sign in to comment.