You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -124,7 +117,7 @@ Both JSON and XML format are explained in detail in `AWS Docs <https://docs.aws.
124
117
S3 Tags and Direct Upload
125
118
~~~~~~~~~~~~~~~~~~~~~~~~~
126
119
127
-
Since the direct upload mechanism creates the final file rather than an intermediate temporary file, user actions, such as neither saving or canceling an upload session before closing the browser page, can leave an abandoned file in the store. The direct upload mechanism attempts to use S3 tags to aid in identifying/removing such files. Upon upload, files are given a "dv-state":"temp" tag which is removed when the dataset changes are saved and new files are added in the Dataverse installation. Note that not all S3 implementations support tags. Minio, for example, does not. With such stores, direct upload may not work and you might need to disable tagging. For details, see :ref:`s3-tagging` in the Installation Guide.
120
+
Since the direct upload mechanism creates the final file rather than an intermediate temporary file, user actions, such as neither saving or canceling an upload session before closing the browser page, can leave an abandoned file in the store. The direct upload mechanism attempts to use S3 tags to aid in identifying/removing such files. Upon upload, files are given a "dv-state":"temp" tag which is removed when the dataset changes are saved and new files are added in the Dataverse installation. Note that not all S3 implementations support tags. With such stores, direct upload may not work and you might need to disable tagging. For details, see :ref:`s3-tagging` in the Installation Guide.
128
121
129
122
Trusted Remote Storage with the ``remote`` Store Type
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/installation/config.rst
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1218,7 +1218,7 @@ You can configure this redirect properly in your cloud environment to generate a
1218
1218
Amazon S3 Storage (or Compatible)
1219
1219
+++++++++++++++++++++++++++++++++
1220
1220
1221
-
The Dataverse Software supports Amazon S3 storage as well as other S3-compatible stores (like Minio, Ceph RADOS S3 Gateway and many more) for files uploaded to your Dataverse installation.
1221
+
The Dataverse Software supports Amazon S3 storage as well as other S3-compatible stores (like Ceph RADOS S3 Gateway and many more) for files uploaded to your Dataverse installation.
1222
1222
1223
1223
The Dataverse Software S3 driver supports multi-part upload for large files (over 1 GB by default - see the min-part-size option in the table below to change this).
1224
1224
@@ -1264,7 +1264,7 @@ Please make note of the following details:
1264
1264
1265
1265
- **Endpoint URL** - consult the documentation of your service on how to find it.
1266
1266
1267
-
* Example: https://play.minio.io:9000
1267
+
* Example: http://localhost.localstack.cloud:4566
1268
1268
1269
1269
- **Region:** Optional, but some services might use it. Consult your service documentation.
1270
1270
@@ -1461,11 +1461,6 @@ You may provide the values for these via any `supported MicroProfile Config API
1461
1461
Reported Working S3-Compatible Storage
1462
1462
######################################
1463
1463
1464
-
`Minio v2018-09-12 <https://minio.io>`_
1465
-
Set ``dataverse.files.<id>.path-style-access=true``, as Minio works path-based. Works pretty smooth, easy to setup.
1466
-
**Can be used for quick testing, too:** just use the example values above. Uses the public (read: unsecure and
StorJ is a distributed object store that can be configured with an S3 gateway. Per the S3 Storage instructions above, you'll first set up the StorJ S3 store by defining the id, type, and label. After following the general installation, set the following configuration to use a StorJ object store: ``dataverse.files.<id>.chunked-encoding=false``. For step-by-step instructions see https://docs.storj.io/dcs/how-tos/dataverse-integration-guide/
0 commit comments