- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for S3StorageClient (0.09 sec)
-
src/main/java/org/codelibs/fess/storage/S3StorageClient.java
* Supports Amazon S3, MinIO, and other S3-compatible storage systems. */ public class S3StorageClient implements StorageClient { private static final Logger logger = LogManager.getLogger(S3StorageClient.class); private final S3Client s3Client; private final String bucket; /** * Creates a new S3StorageClient instance. * * @param endpoint the S3 endpoint URL (null for AWS default)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.9K bytes - Viewed (0)