Skip to content

Commit

Permalink
reverse because done in another pr
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt committed Jan 17, 2025
1 parent 9f00dd6 commit 1c9bf67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class S3CaseService implements CaseService {
private static final Logger LOGGER = LoggerFactory.getLogger(S3CaseService.class);
public static final int MAX_SIZE = 500000000;
public static final List<String> COMPRESSION_FORMATS = List.of("bz2", "gz", "xz", "zst");
public static final List<String> ARCHIVE_FORMATS = List.of("zip", "tar");
public static final List<String> ARCHIVE_FORMATS = List.of("zip");
public static final String DELIMITER = "/";
public static final String GZIP_EXTENSION = ".gz";

Expand Down

0 comments on commit 1c9bf67

Please sign in to comment.