Skip to content

Commit 3422cf3

Browse files
authored
Update README.md
Add comments about using AWS object storage and validating S3 access.
1 parent 8d5acae commit 3422cf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Create the S3 object for the GLUE datasets with key=glue_data and contents=glue_
3434
$ oc project {your-namespace}
3535
```
3636

37-
3. Use provided `template-s3-creds.yaml` and create a personal `yaml` secrets file with your namespace and S3 credentials. Then register the secrets:
37+
3. Use provided `template-s3-creds.yaml` and create a personal `yaml` secrets file with your namespace and S3 credentials. Note that to use AWS S3 storage, the value for ENDPOINT_URL should be empty. The program `simple_check_s3.py` can be used to validate S3 access from the head node.
38+
Then register the secrets:
3839
```
3940
$ oc create -f {your-handle}-s3-creds.yaml
4041
```

0 commit comments

Comments
 (0)