Skip to content

Commit

Permalink
Update config.rst
Browse files Browse the repository at this point in the history
Update reference
  • Loading branch information
qqmyers authored Sep 18, 2023
1 parent d8ea581 commit 7cd11f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ A Dataverse installation may also be configured to reference some files (e.g. la

A Dataverse installation can be configured to allow out of band upload by setting the ``dataverse.files.\<id\>.upload-out-of-band`` JVM option to ``true``.
By default, Dataverse support uploading files via the :ref:`add-file-api`. With S3 stores, a direct upload process can be enabled to allow sending the file directly to the S3 store (without any intermediate copies on the Dataverse server).
With the upload-out-of-band option enabled, it is also possible for file upload to be managed manually or via third-party tools, with the add-file-metadata-api call used to add metadata and inform Dataverse that a new file has been added to the relevant store.
With the upload-out-of-band option enabled, it is also possible for file upload to be managed manually or via third-party tools, with the :ref:`Adding the Uploaded file to the Dataset <direct-add-to-dataset-api>` API call (described in the :doc:`/developers/s3-direct-upload-api` page) used to add metadata and inform Dataverse that a new file has been added to the relevant store.

The following sections describe how to set up various types of stores and how to configure for multiple stores.

Expand Down

0 comments on commit 7cd11f3

Please sign in to comment.