Skip to content

Commit 1eab9a2

Browse files
committed
doc tweaks
1 parent fc12341 commit 1eab9a2

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

doc/sphinx-guides/source/installation/big-data-support.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Big Data Support
22
================
33

4-
Big data support includes some experimental options. Eventually more of this content will move to the Installation Guide.
4+
Big data support includes some experimental options.
55

66
.. contents:: |toctitle|
77
:local:
@@ -55,11 +55,12 @@ The following features are disabled when S3 direct upload is enabled.
5555
Allow CORS for S3 Buckets
5656
~~~~~~~~~~~~~~~~~~~~~~~~~
5757

58-
**IMPORTANT:** This additional step of allowing cross-site request to your S3 buckets is required to enable direct uploads via a Dataverse installation, direct download to work with previewers, or direct upload to work with *dvwebloader* (:ref:`folder-upload`).
58+
**IMPORTANT:** This additional step of allowing cross-site request to your S3 buckets is required to enable direct uploads via a Dataverse installation, direct download to work with :ref:`file previewers <file-previews>`, or direct upload to work with :ref:`DVWebloader <folder-upload>`.
5959

6060
To successfully enable direct uploads (e.g. :ref:`folder-upload`) or direct downloads (e. g. consumed by previewers), you must both:
61-
* Enable CORS in Dataverse (see :ref:`dataverse.cors`).
62-
* Configure a matching/compatible CORS policy on each S3 bucket (and any CDN/proxy in front of it) that will be used.
61+
62+
- Enable CORS in Dataverse (see :ref:`dataverse.cors`).
63+
- Configure a matching/compatible CORS policy on each S3 bucket (and any CDN/proxy in front of it) that will be used.
6364

6465
**NOTE:** Make sure the bucket's CORS configuration ``AllowedOrigins`` is at least as permissive as the origins you configure in :ref:`dataverse.cors.origin`.
6566
If the bucket allows the wildcard ``*`` but the Dataverse application only allows a subset, the browser will still enforce the more restrictive application response!

doc/sphinx-guides/source/installation/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ To inspect cookie attributes like SameSite, you can use ``curl -s -I http://loca
223223
Cross-Origin Resource Sharing (CORS)
224224
++++++++++++++++++++++++++++++++++++
225225

226-
For any Dataverse installation using or planning to use advanced features like big data support or previewers, dealing with CORS is imminent.
226+
For any Dataverse installation using or planning to use advanced features like :doc:`big data support </installation/big-data-support>` or :ref:`file previewers <file-previews>`, CORS must be configured.
227227

228228
To understand what CORS is all about and how it works, the following are recommended reads:
229229

@@ -3821,7 +3821,7 @@ Experimental. See :doc:`/developers/search-services`.
38213821
dataverse.cors.origin
38223822
+++++++++++++++++++++
38233823

3824-
Allowed origins for CORS requests.
3824+
Allowed origins for CORS requests. See also :ref:`dataverse.cors`.
38253825

38263826
Default: ``*`` (allow all)
38273827

0 commit comments

Comments
 (0)