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
The v1 AWS SDK Dataverse used for S3 is in maintenance mode and will reach it's end of life in Dec. 2025.
3
+
With this release, Dataverse has switched to v2.x of the SDK. Older versions of localstack, e.g. v2.3.2 appear to be incompatible and users of localstack should update (v.4.2.0 was tested).
FacesContext.getCurrentInstance().addMessage(uploadComponentId, newFacesMessage(FacesMessage.SEVERITY_ERROR, BundleUtil.getStringFromBundle("dataset.file.uploadWarning"), "Direct upload not supported for this dataset"));
FacesContext.getCurrentInstance().addMessage(uploadComponentId, newFacesMessage(FacesMessage.SEVERITY_ERROR, BundleUtil.getStringFromBundle("dataset.file.uploadWarning"), "Issue in connecting to S3 store for direct upload"));
0 commit comments