- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for S3URLConnection (0.17 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java
* * @param u The URL to open a connection to * @return A new S3URLConnection instance * @throws IOException If the connection cannot be opened */ @Override protected URLConnection openConnection(final URL u) throws IOException { return new S3URLConnection(u); } /** * S3URLConnection is a URL connection implementation for accessing S3 objects.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 9.5K bytes - Viewed (0)