- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for authorizeRequest (0.09 seconds)
-
cmd/object-handlers.go
writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL) return true } if oi.UserTags != "" { r.Header.Set(xhttp.AmzObjectTagging, oi.UserTags) } if s3Error := authorizeRequest(ctx, r, policy.GetObjectAction); s3Error != ErrNone { writeErrorResponse(ctx, w, errorCodes.ToAPIErr(s3Error), r.URL) return true } return checkPreconditions(ctx, w, r, oi, opts) }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 120.6K bytes - Click Count (0)