Skip to content

Commit a0dd398

Browse files
authored
Merge pull request #14 from Project-MONAI/update-S3-plugin-readme
Update S3 Plugin README.md
2 parents 7e375a0 + 96454ae commit a0dd398

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Plugins/AWSS3/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ The AWS S3 plug-in for MONAI Deploy is based on the [Amazon S3](https://aws.amaz
88

99
The `serviceAssemblyName` should be set to `Monai.Deploy.Storage.AWSS3.Awss3StorageService, Monai.Deploy.Storage.AWSS3`.
1010

11-
The following configurations are required to run the MinIO plug-in.
11+
The following configurations are required to run the S3 plug-in.
1212

13-
| Key | Description | Sample Value |
14-
| -------------------- | -------------------------- | --------------------------- |
15-
| accessKey | AccessKeyId | key |
16-
| accessToken | SecretAccessKey | secret |
17-
| region | Region of the instance | us-west-1 |
18-
| credentialServiceUrl | S3 crednetials service URL | sts.eu-west-1.amazonaws.com |
13+
| Key | Description | Sample Value |
14+
| -------------------- | ------------------------------------- | --------------------------- |
15+
| accessKey | AccessKeyId | key |
16+
| accessToken | SecretAccessKey | secret |
17+
| region | Region of the instance | us-west-1 |
18+
| credentialServiceUrl | (optional) S3 crednetials service URL | sts.eu-west-1.amazonaws.com |

0 commit comments

Comments
 (0)