The AmazonS3 Connector allows you to access the REST API of Amazon Simple Storage Service (Amazon S3), which provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, secure, fast, inexpensive infrastructure that Amazon S3 uses to run its own global network of websites. The service aims to maximize benefits of scale and to pass on those benefits to developers.
Connector version | Supported Amazon S3 API version | Supported WSO2 ESB/EI version |
---|---|---|
1.1.0 | 2006-03-01 | EI 6.5.0, EI 6.6.0, EI 7.0.x |
1.0.10 | 2006-03-01 | EI 6.5.0 |
1.0.9 | 2006-03-01 | EI 6.5.0 |
1.0.8 | 2006-03-01 | EI 6.4.0, EI 6.1.1, ESB 5.0.0 |
1.0.7 | 2006-03-01 | EI 6.1.1, ESB 5.0.0 |
1.0.6 | 2006-03-01 | EI 6.1.1, ESB 5.0.0, ESB 4.9.0 |
1.0.5 | 2006-03-01 | EI 6.4.0, EI 6.1.1, ESB 5.0.0 |
1.0.4 | 2006-03-01 | ESB 4.9.0, ESB 5.0.0 |
Please refer to documentation here.
Follow the steps given below to build the BigQuery connector from the source code.
- Get a clone or download the source from Github.
- Run the following Maven command from the
esb-connector-amazons3
directory:mvn clean install
. - The ZIP file with the AmazonS3 connector is created in the
esb-connector-amazons3/target
directory.
As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.