Skip to content

Commit

Permalink
Correct endPoint arg desc
Browse files Browse the repository at this point in the history
  • Loading branch information
feorlen committed Dec 18, 2023
1 parent fa76b22 commit 4c0c2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following parameters are needed to connect to a MinIO object storage server:

| Parameter | Description |
| :---------- | :--------------------------------------------------------------------------- |
| `endPoint` | URL for the object storage service. |
| `endPoint` | Hostname of the object storage service. |
| `port` | TCP/IP port number. Optional, defaults to `80` for HTTP and `443` for HTTPs. |
| `accessKey` | Access key (user ID) of an account in the S3 service. |
| `secretKey` | Secret key (password) of an account in the S3 service. |
Expand Down

0 comments on commit 4c0c2b7

Please sign in to comment.