Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for authorizeRequest (0.17 sec)

  1. cmd/object-handlers.go

    			if ok {
    				// Set this such that authorization policies can be applied on the object tags.
    				r.Header.Set(xhttp.AmzObjectTagging, tgs)
    			}
    
    			if s3Error := authorizeRequest(ctx, r, policy.GetObjectAction); s3Error != ErrNone {
    				writeErrorResponseHeadersOnly(w, errorCodes.ToAPIErr(s3Error))
    				return
    			}
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 20:15:54 GMT 2024
    - 125.2K bytes
    - Viewed (0)
Back to top