- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for S3Client (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java
* variables for authentication and endpoint configuration. * </p> */ public class S3URLConnection extends URLConnection { /** The AWS S3 client for storage operations */ private S3Client s3Client; /** The name of the storage bucket */ private String bucketName; /** The name of the storage object */ private String objectName; /** Cached object head response */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 9.5K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/client.xml
class="org.codelibs.fess.crawler.client.storage.StorageClient" instance="prototype"> <property name="charset">"UTF-8"</property> </component> <component name="s3Client" class="org.codelibs.fess.crawler.client.s3.S3Client" instance="prototype"> <property name="charset">"UTF-8"</property> </component> <component name="gcsClient" class="org.codelibs.fess.crawler.client.gcs.GcsClient" instance="prototype">
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 3.3K bytes - Viewed (0)