From 34e78205147e1fed90c3b28453d35eccb272c839 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Fri, 22 Nov 2024 11:28:38 +0100 Subject: [PATCH] solved issue on upload Archive functionality --- CHANGELOG.md | 2 +- pom.xml | 8 +-- .../handlers/items/ItemHandler.java | 51 +++++++++---------- .../storage/backend/impl/S3Backend.java | 5 +- src/main/resources/init/NodeType.cnd | 4 +- 5 files changed, 32 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 226f5f6..c461d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v2.0.0] +## [v2.0.0-SNAPSHOT] - ceph as default storage - vre folders can define specific bucket as backend diff --git a/pom.xml b/pom.xml index a5bc679..8aa2a2e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.gcube.data.access storagehub - 2.0.0 + 2.0.0-SNAPSHOT storagehub @@ -42,7 +42,7 @@ org.gcube.distribution gcube-smartgears-bom - 4.0.0 + 4.0.1-SNAPSHOT pom import @@ -343,8 +343,8 @@ aws-java-sdk-s3 1.12.763 - -