Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allowed (0.21 sec)

  1. cmd/object-handlers.go

    	var (
    		md5hex              = clientETag.String()
    		sha256hex           = ""
    		rd        io.Reader = r.Body
    		s3Err     APIErrorCode
    		putObject = objectAPI.PutObject
    	)
    
    	// Check if put is allowed
    	if s3Err = isPutActionAllowed(ctx, rAuthType, bucket, object, r, policy.PutObjectAction); s3Err != ErrNone {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(s3Err), r.URL)
    		return
    	}
    
    	switch rAuthType {
    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