- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for returningT (0.05 sec)
-
cmd/object-handlers.go
Host: handlers.GetSourceIP(r), }) } // GetObjectAttributesHandles - GET Object // ----------- // This operation retrieves metadata and part metadata from an object without returning the object itself. func (api objectAPIHandlers) GetObjectAttributesHandler(w http.ResponseWriter, r *http.Request) { ctx := newContext(r, w, "GetObjectAttributes") defer logger.AuditLog(ctx, w, r, mustGetClaimsFromToken(r))
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0) -
cmd/erasure-object.go
} } } modTime := opts.MTime if opts.MTime.IsZero() { modTime = UTCNow() } fvID := mustGetUUID() defer func() { // attempt a heal before returning if there are offline disks // for both del marker and permanent delete situations. for _, disk := range storageDisks { if disk != nil && disk.IsOnline() { continue }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 80.4K bytes - Viewed (0)