Browse Source

Fix s3 example docs of IL&JI

Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
tags/v0.4.0
JimmyYang20 4 years ago
parent
commit
9161ed42ca
2 changed files with 8 additions and 8 deletions
  1. +4
    -4
      examples/storage/s3/incremental_learning/README.md
  2. +4
    -4
      examples/storage/s3/joint_inference/README.md

+ 4
- 4
examples/storage/s3/incremental_learning/README.md View File

@@ -15,11 +15,11 @@ kind: Secret
metadata:
name: mysecret
annotations:
s3-endpoint: s3.amazonaws.com # replace with your s3 endpoint e.g minio-service.kubeflow:9000
s3-endpoint: play.min.io # replace with your s3 endpoint
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
```


+ 4
- 4
examples/storage/s3/joint_inference/README.md View File

@@ -15,11 +15,11 @@ kind: Secret
metadata:
name: mysecret
annotations:
s3-endpoint: s3.amazonaws.com # replace with your s3 endpoint e.g minio-service.kubeflow:9000
s3-endpoint: play.min.io # replace with your s3 endpoint
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
```


Loading…
Cancel
Save