Skip to content

Commit

Permalink
Fix s3 example docs of IL&JI
Browse files Browse the repository at this point in the history
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
  • Loading branch information
JimmyYang20 committed Aug 27, 2021
1 parent 04e518f commit 4c92ead
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/storage/s3/incremental_learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:
annotations:
s3-endpoint: s3.amazonaws.com # replace with your s3 endpoint e.g minio-service.kubeflow:9000
s3-usehttps: "1" # by default 1, if testing with minio you can set to 0
stringData: # use `stringData` for raw credential string or `data` for base64 encoded string
ACCESS_KEY_ID: XXXX
SECRET_ACCESS_KEY: XXXXXXXX
stringData:
ACCESS_KEY_ID: Q3AM3UQ867SPQQA43P2F
SECRET_ACCESS_KEY: zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
EOF
```

Expand Down
6 changes: 3 additions & 3 deletions examples/storage/s3/joint_inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:
annotations:
s3-endpoint: s3.amazonaws.com # replace with your s3 endpoint e.g minio-service.kubeflow:9000
s3-usehttps: "1" # by default 1, if testing with minio you can set to 0
stringData: # use `stringData` for raw credential string or `data` for base64 encoded string
ACCESS_KEY_ID: XXXX
SECRET_ACCESS_KEY: XXXXXXXX
stringData:
ACCESS_KEY_ID: Q3AM3UQ867SPQQA43P2F
SECRET_ACCESS_KEY: zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
EOF
```

Expand Down

0 comments on commit 4c92ead

Please sign in to comment.