The ElectricFlow Amazon S3 plugin
Run gradlew to compile the plugin
./gradlew jar
Create an ecplugin.properties at the root of this repository with the following content
COMMANDER_SERVER=<COMMANDER_SERVER>
COMMANDER_USER=<COMMANDER_USER>
COMMANDER_PASSWORD=<COMMANDER_PASSWORD>
SERVICE_URL=https://s3.amazonaws.com
ACCESS_ID=<ACCESS_ID>
SECRET_ACCESS_ID=<SECRET_ACCESS_ID>
DOWNLOAD_LOCATION=/tmp
These represent secrets that should not be checked in.
Run the test
task to run the system tests.
./gradlew test