Skip to content

Commit

Permalink
Merge pull request #8648 from IQSS/typo-storages
Browse files Browse the repository at this point in the history
s/for this storages/for this storage's/
  • Loading branch information
kcondon authored May 2, 2022
2 parents 549cc9b + dac9702 commit 10dc16f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ Credentials via MicroProfile Config

Optionally, you may provide static credentials for each S3 storage using MicroProfile Config options:

- ``dataverse.files.<id>.access-key`` for this storages "access key ID"
- ``dataverse.files.<id>.secret-key`` for this storages "secret access key"
- ``dataverse.files.<id>.access-key`` for this storage's "access key ID"
- ``dataverse.files.<id>.secret-key`` for this storage's "secret access key"

You may provide the values for these via any of the
`supported config sources <https://docs.payara.fish/community/docs/documentation/microprofile/config/README.html>`_.
Expand Down Expand Up @@ -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``
``curl -X PUT -d '' http://localhost:8080/api/admin/settings/:FileCategories``

0 comments on commit 10dc16f

Please sign in to comment.