- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for secretkey (0.05 sec)
-
src/main/java/org/codelibs/fess/storage/S3StorageClient.java
* @param endpoint the S3 endpoint URL (null for AWS default) * @param accessKey the AWS access key * @param secretKey the AWS secret key * @param bucket the bucket name * @param region the AWS region */ public S3StorageClient(final String endpoint, final String accessKey, final String secretKey, final String bucket, final String region) { this.bucket = bucket;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/StorageClientFactory.java
public static StorageClient createClient(final FessConfig fessConfig) { final String endpoint = fessConfig.getStorageEndpoint(); final String accessKey = fessConfig.getStorageAccessKey(); final String secretKey = fessConfig.getStorageSecretKey(); final String bucket = fessConfig.getStorageBucket(); // Get explicit type or auto-detect final String typeStr = fessConfig.getStorageType();
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String STORAGE_ACCESS_KEY = "storage.accesskey"; /** Storage secret key configuration key. */ public static final String STORAGE_SECRET_KEY = "storage.secretkey"; /** Storage bucket configuration key. */ public static final String STORAGE_BUCKET = "storage.bucket"; /** Storage type configuration key (s3, gcs, auto). */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.notification_login=Page de connexion labels.notification_search_top=Page d'accueil de la recherche labels.storage_endpoint=Point de terminaison labels.storage_access_key=Clé d'accès labels.storage_secret_key=Clé secrète labels.storage_bucket=Compartiment labels.storage_type=Type labels.storage_type_auto=Auto labels.storage_type_s3=S3 labels.storage_type_gcs=GCS labels.storage_region=Region labels.storage_project_id=Project ID
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0)