Commit dd4ca31
authored
build: use endpoint, access/secret keys from command line. (#486)
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 \
runFunctionalTest1 parent 4bcc9b0 commit dd4ca31
1 file changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
257 | 273 | | |
258 | 274 | | |
259 | 275 | | |
0 commit comments