Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bucketName (0.06 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java

     * This handler extends {@link URLStreamHandler} to provide a way to open connections to GCS objects
     * using URLs with the "gcs" protocol.
     *
     * <p>
     * The URL format is expected to be: {@code gcs://bucketName/objectName}.
     * The bucket name and object name are extracted from the URL.
     * </p>
     *
     * <p>
     * The handler relies on environment variables for configuration:
     * </p>
     * <ul>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Dec 11 08:38:29 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java

     * This handler extends {@link URLStreamHandler} to provide a way to open connections to S3 objects
     * using URLs with the "s3" protocol.
     *
     * <p>
     * The URL format is expected to be: {@code s3://bucketName/objectName}.
     * The bucket name and object name are extracted from the URL.
     * </p>
     *
     * <p>
     * The handler relies on environment variables for configuration:
     * </p>
     * <ul>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Dec 11 07:57:44 UTC 2025
    - 9.5K bytes
    - Viewed (0)
Back to top