- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ResetBucketReplicationStartHandler (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/bucket-replication-handlers.go
} stats.Uptime = UTCNow().Unix() - globalBootTime.Unix() if err := enc.Encode(stats); err != nil { writeErrorResponseJSON(ctx, w, toAPIError(ctx, err), r.URL) return } } // ResetBucketReplicationStartHandler - starts a replication reset for all objects in a bucket which // qualify for replication and re-sync the object(s) to target, provided ExistingObjectReplication is
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Aug 15 12:04:40 GMT 2024 - 23.3K bytes - Click Count (0) -
cmd/api-router.go
Queries("notification", "") // ResetBucketReplicationStart - MinIO extension API router.Methods(http.MethodPut). HandlerFunc(s3APIMiddleware(api.ResetBucketReplicationStartHandler)). Queries("replication-reset", "") // PutBucket router.Methods(http.MethodPut). HandlerFunc(s3APIMiddleware(api.PutBucketHandler)) // HeadBucket router.Methods(http.MethodHead).
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Oct 24 04:05:19 GMT 2025 - 23.3K bytes - Click Count (0)