diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index f890f5312ff..d87ec2deec5 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -573,8 +573,8 @@ Credentials via MicroProfile Config Optionally, you may provide static credentials for each S3 storage using MicroProfile Config options: -- ``dataverse.files..access-key`` for this storages "access key ID" -- ``dataverse.files..secret-key`` for this storages "secret access key" +- ``dataverse.files..access-key`` for this storage's "access key ID" +- ``dataverse.files..secret-key`` for this storage's "secret access key" You may provide the values for these via any of the `supported config sources `_. @@ -2612,4 +2612,4 @@ To override the default list with Docs, Data, Code, and Workflow: To remove the override and go back to the default list: -``curl -X PUT -d '' http://localhost:8080/api/admin/settings/:FileCategories`` \ No newline at end of file +``curl -X PUT -d '' http://localhost:8080/api/admin/settings/:FileCategories``