Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RestoreOngoing (0.1 seconds)

  1. cmd/object-handlers.go

    		return
    	}
    	statusCode := http.StatusOK
    	alreadyRestored := false
    	if err == nil {
    		if objInfo.RestoreOngoing && rreq.Type != SelectRestoreRequest {
    			writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrObjectRestoreAlreadyInProgress), r.URL)
    			return
    		}
    		if !objInfo.RestoreOngoing && !objInfo.RestoreExpires.IsZero() {
    			statusCode = http.StatusAccepted
    			alreadyRestored = true
    		}
    	}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 120.6K bytes
    - Click Count (0)
Back to Top