- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for GetObjectTags (0.06 sec)
-
src/main/java/org/codelibs/fess/storage/StorageClient.java
/** * Gets tags/metadata for an object. * * @param objectName the name/path of the object * @return map of tag key-value pairs */ Map<String, String> getObjectTags(String objectName); /** * Sets tags/metadata for an object. * * @param objectName the name/path of the object * @param tags the tags to set */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
* @return map of tag key-value pairs * @throws StorageException if retrieving tags fails */ public static Map<String, String> getObjectTags(final String objectName) { try (StorageClient client = StorageClientFactory.createClient()) { return client.getObjectTags(objectName); } catch (final Exception e) { throw new StorageException("Failed to get tags from " + objectName, e); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/S3StorageClient.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/s3/S3Client.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 21.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/GcsStorageClient.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.3K bytes - Viewed (0)