Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for cloud (0.23 sec)

  1. fess-crawler/pom.xml

    			<artifactId>commonmark-ext-yaml-front-matter</artifactId>
    			<version>${commonmark.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>com.google.cloud</groupId>
    			<artifactId>google-cloud-storage</artifactId>
    			<version>${google.cloud.storage.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>junit</groupId>
    			<artifactId>junit</artifactId>
    			<version>${junit.version}</version>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sat Dec 20 06:34:36 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/storage/StorageClientFactory.java

            }
    
            final String lowerEndpoint = endpoint.toLowerCase(Locale.ROOT);
    
            // GCS patterns
            if (lowerEndpoint.contains("storage.googleapis.com") || lowerEndpoint.contains(".storage.cloud.google.com")) {
                return StorageType.GCS;
            }
    
            // S3 patterns
            if (lowerEndpoint.contains(".amazonaws.com") || lowerEndpoint.contains("s3.") || lowerEndpoint.contains("s3-")) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 05:56:45 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. pom.xml

    			<groupId>software.amazon.awssdk</groupId>
    			<artifactId>s3</artifactId>
    			<version>${s3.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>com.google.cloud</groupId>
    			<artifactId>google-cloud-storage</artifactId>
    			<version>${google.cloud.storage.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>com.squareup.okhttp3</groupId>
    			<artifactId>okhttp</artifactId>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 08:30:43 UTC 2025
    - 49.4K bytes
    - Viewed (0)
Back to top