Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for storage_access_key (0.1 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        public String storageEndpoint;
    
        /**
         * Access key for cloud storage authentication.
         * Used to authenticate with cloud storage services.
         */
        @Size(max = 1000)
        public String storageAccessKey;
    
        /**
         * Secret key for cloud storage authentication.
         * Used in conjunction with the access key for cloud storage.
         */
        @Size(max = 1000)
        public String storageSecretKey;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.9K bytes
    - Viewed (0)
Back to top