Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GcsStorageClient (0.06 seconds)

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

    /**
     * Google Cloud Storage client implementation.
     */
    public class GcsStorageClient implements StorageClient {
    
        private static final Logger logger = LogManager.getLogger(GcsStorageClient.class);
    
        private final Storage storage;
        private final String bucket;
    
        /**
         * Creates a new GcsStorageClient instance.
         *
         * @param projectId the GCS project ID
         * @param bucket the bucket name
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 10.3K bytes
    - Click Count (0)
Back to Top