- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for storage_access_key (0.07 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/storage/Handler.java
} @Override public void connect() throws IOException { final String endpoint = System.getenv().get("STORAGE_ENDPOINT"); final String accessKey = System.getenv().get("STORAGE_ACCESS_KEY"); final String secretKey = System.getenv().get("STORAGE_SECRET_KEY"); final String region = System.getenv().get("STORAGE_SECRET_KEY"); try {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
public String notificationSearchTop; @Size(max = 10) public String logLevel; @Size(max = 1000) public String storageEndpoint; @Size(max = 1000) public String storageAccessKey; @Size(max = 1000) public String storageSecretKey; @Size(max = 1000) public String storageBucket;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.7K bytes - Viewed (0)