- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for bucketMap (0.15 seconds)
-
cmd/admin-bucket-handlers.go
rpt.SetStatus(bucket, fileName, err) continue } v, _ := globalBucketMetadataSys.Get(bucket) bucketMap[bucket] = &v } bucketMap[bucket].ObjectLockConfigXML = configData bucketMap[bucket].ObjectLockConfigUpdatedAt = updatedAt rpt.SetStatus(bucket, fileName, nil) } } // import versioning metadata for _, file := range zr.File { slc := strings.Split(file.Name, slashSeparator)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 33.3K bytes - Click Count (0) -
cmd/peer-s3-client.go
_, ok := resultMap[bi.Name] if ok { // Skip it, this bucket is found in another pool continue } bucketsMap[bi.Name]++ if bucketsMap[bi.Name] >= quorum { resultMap[bi.Name] = bi } } } // loop through buckets and see if some with lost quorum // these could be stale buckets lying around, queue a heal // of such a bucket. This is needed here as we identify such
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 15.6K bytes - Click Count (0) -
cmd/erasure-server-pool-decom.go
BytesDone: pd.BytesDone, BytesFailed: pd.BytesFailed, } } // bucketPop should be called when a bucket is done decommissioning. // Adds the bucket to the list of decommissioned buckets and updates resume numbers. func (pd *PoolDecommissionInfo) bucketPop(bucket string) bool { pd.DecommissionedBuckets = append(pd.DecommissionedBuckets, bucket) for i, b := range pd.QueuedBuckets {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 42.2K bytes - Click Count (1) -
src/main/resources/fess_label_pl.properties
labels.storage_name=Nazwa labels.storage_size=Rozmiar labels.storage_last_modified=Ostatnia modyfikacja labels.storage_upload_file=Prześlij plik labels.storage_button_upload=Prześlij labels.storage_bucket_name=Nazwa bucketa labels.storage_file=Plik labels.storage_folder_name=Nazwa folderu labels.storage_button_download=Pobierz labels.storage_button_tags=Tagi labels.storage_title_tag=Tag: labels.storage_tag_key=Klucz tagu
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 48.1K bytes - Click Count (0)