Skip to content

Commit 4cdf9a8

Browse files
qqmyerspdurbin
andauthoredDec 21, 2022
Apply suggestions from code review
Co-authored-by: Philip Durbin <philipdurbin@gmail.com>
1 parent 230440d commit 4cdf9a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Dataverse can now support upload of an entire folder tree of files and retain the relative paths of files as directory path metadata for the uploaded files.
1+
Dataverse can now support upload of an entire folder tree of files and retain the relative paths of files as directory path metadata for the uploaded files, if the installation is configured with S3 direct upload.

‎doc/sphinx-guides/source/user/dataset-management.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Some Dataverse installations support the ability to upload files directly from D
9898
Folder Upload
9999
-------------
100100

101-
Some Dataverse installations support the ability to upload some/all files from a local folder and subfolders. To do this, click the "Upload from Folder" button, select the folder you wish to upload, select/unselect specific files, and click 'Start Uploads'. More detailed instructions are available in the `DVWebloader wiki <https://github.com/gdcc/dvwebloader/wiki#use>`_.
101+
Some Dataverse installations support the ability to upload files from a local folder and subfolders. To do this, click the "Upload from Folder" button, select the folder you wish to upload, select/unselect specific files, and click "Start Uploads". More detailed instructions are available in the `DVWebloader wiki <https://github.com/gdcc/dvwebloader/wiki#use>`_.
102102

103103
.. _rsync_upload:
104104

‎src/main/java/edu/harvard/iq/dataverse/util/WebloaderUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class WebloaderUtil {
2323
private static final Logger logger = Logger.getLogger(WebloaderUtil.class.getCanonicalName());
2424

2525
/**
26-
* Create the URL required to launch https://github.com/gdcc/dvweloader
26+
* Create the URL required to launch https://github.com/gdcc/dvwebloader
2727
*/
2828
public static String getWebloaderUrl(Dataset d, ApiToken apiToken, String localeCode, String baseUrl) {
2929
// Use URLTokenUtil for params currently in common with external tools.

‎src/main/java/propertyFiles/Bundle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1673,8 +1673,8 @@ file.finishGlobus=Globus Transfer has finished
16731673
file.downloadFromGlobus=Download through Globus
16741674
file.globus.transfer=Globus Transfer
16751675
file.globus.of=of:
1676-
file.fromWebloader.tip=Upload a folder of files. This method retains the relative path structure on from your local machine. (Using it will cancel any other types of uploads in progress on this page.)
1677-
file.fromWebloaderAfterCreate.tip=This option will be enabled after this dataset is created.
1676+
file.fromWebloader.tip=Upload a folder of files. This method retains the relative path structure from your local machine. (Using it will cancel any other types of uploads in progress on this page.)
1677+
file.fromWebloaderAfterCreate.tip=An option to upload a folder of files will be enabled after this dataset is created.
16781678
file.fromWebloader=Upload a Folder
16791679

16801680
file.api.httpDisabled=File upload via HTTP is not available for this installation of Dataverse.

0 commit comments

Comments
 (0)
Please sign in to comment.