Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for budget (0.02 sec)

  1. src/main/java/org/codelibs/fess/storage/StorageClientFactory.java

            }
    
            switch (type) {
            case GCS:
                return new GcsStorageClient(fessConfig.getStorageProjectId(), bucket, endpoint, fessConfig.getStorageCredentialsPath());
            case S3:
            case S3_COMPAT:
            default:
                return new S3StorageClient(endpoint, accessKey, secretKey, bucket, fessConfig.getStorageRegion());
            }
        }
    
        /**
         * Creates a StorageClient using the default FessConfig.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 05:56:45 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. README.md

    # Fess: Enterprise Search Server
    [![Java CI with Maven](https://github.com/codelibs/fess/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/fess/actions/workflows/maven.yml)
    [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/gitbucket/blob/master/LICENSE)
    ![GitHub Release](https://img.shields.io/github/v/release/codelibs/fess)
    
    
    ## Overview
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 00:28:33 UTC 2025
    - 7.8K bytes
    - Viewed (2)
Back to top