File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
src/main/java/dev/themeinerlp/bluemap/s3/storage Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * A simple storage implementation for bluemap to save data into s3 storage solution.
3+ * Copyright (C) 2025 TheMeinerLP and contributors
4+ * <p>
5+ * This program is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU Affero General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * <p>
10+ * This program is distributed in the hope that it will be useful,
11+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+ * GNU Affero General Public License for more details.
14+ * <p>
15+ * You should have received a copy of the GNU Affero General Public License
16+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118package dev .themeinerlp .bluemap .s3 .storage ;
219
3- import software .amazon .nio .spi .s3 .S3FileSystemProvider ;
4- import software .amazon .nio .spi .s3 .S3XFileSystemProvider ;
5-
620import java .net .URI ;
721import java .nio .file .FileSystem ;
822import java .util .Objects ;
23+ import software .amazon .nio .spi .s3 .S3FileSystemProvider ;
24+ import software .amazon .nio .spi .s3 .S3XFileSystemProvider ;
925
1026final class S3FileSystemFactory {
1127
Original file line number Diff line number Diff line change 2323import de .bluecolored .bluemap .core .storage .Storage ;
2424import de .bluecolored .bluemap .core .storage .compression .Compression ;
2525import de .bluecolored .bluemap .core .storage .file .FileMapStorage ;
26-
2726import java .io .IOException ;
2827import java .nio .file .FileSystem ;
2928import java .nio .file .Files ;
You can’t perform that action at this time.
0 commit comments