Skip to content

Commit

Permalink
Merge pull request #244 from freenas/36968-fix-master
Browse files Browse the repository at this point in the history
Update Access Key and Secret Key descriptions: Port changes from PR 243.
  • Loading branch information
dlavigne committed Jul 26, 2018
2 parents 32d5927 + 78e8074 commit c1bafb1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions userguide/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1179,11 +1179,12 @@ configuration options. After configuring the S3 service, start it in
| Port | string | Enter the TCP port on which to provide the S3 service. Default is *9000*. |
| | | |
+-----------------+----------------+----------------------------------------------------------------------------------------------------------+
| Access Key | string | Enter the S3 user name. Must be between 5 to 20 characters long. |
| Access Key | string | Enter the S3 user name. This username must contain **only** alphanumeric characters and be between |
| | | 5 and 20 characters long. |
| | | |
+-----------------+----------------+----------------------------------------------------------------------------------------------------------+
| Secret Key | string | Enter the password to be used by connecting S3 systems. Must be at least 8 but no more than 40 |
| | | characters long. |
| Secret Key | string | Enter the password to be used by connecting S3 systems. The key must contain **only** alphanumeric |
| | | characters and be at least 8 but no more than 40 characters long. |
| | | |
+-----------------+----------------+----------------------------------------------------------------------------------------------------------+
| Confirm S3 Key | string | Re-enter the S3 password to confirm. |
Expand Down

0 comments on commit c1bafb1

Please sign in to comment.