Skip to content

Commit

Permalink
better Globus service availability checks #10623
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Aug 21, 2024
1 parent 1acae68 commit 5ba2888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/harvard/iq/dataverse/api/Datasets.java
Original file line number Diff line number Diff line change
Expand Up @@ -3908,7 +3908,7 @@ public Response requestGlobusUpload(@Context ContainerRequestContext crc, @PathP

if (!systemConfig.isGlobusUpload()) {
return error(Response.Status.SERVICE_UNAVAILABLE,
BundleUtil.getStringFromBundle("datasets.api.globusuploaddisabled"));
BundleUtil.getStringFromBundle("file.api.globusUploadDisabled"));
}

// -------------------------------------
Expand Down

0 comments on commit 5ba2888

Please sign in to comment.