Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use endpoint, access/secret keys from command line. #486

Merged
merged 1 commit into from
Nov 29, 2016

Conversation

balamurugana
Copy link
Member

@balamurugana balamurugana commented Nov 20, 2016

runFunctionalTest task uses play.minio.io and its credentials by
default. This patch adds support to override this by passing
endpoint, access key and secret key in command line.

Below is an example.

./gradlew -PendPoint=http://192.168.1.107:9000 \
          -PaccessKey=minio \
          -PsecretKey=minio123 \
	  runFunctionalTest

runFunctionalTest task uses play.minio.io and its credentials by
default.  This patch adds support to override this by passing
endpoint, access key and secret key in command line.

Below is an example.

./gradlew -PendPoint=http://192.168.1.107:9000 \
          -PaccessKey=minio \
          -PsecretKey=minio123 \
	  runFunctionalTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant