Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetSet (0.16 sec)

  1. cmd/auth-handler.go

    		BucketName:      bucketName,
    		ConditionValues: conditions,
    		ObjectName:      objectName,
    		IsOwner:         owner,
    		Claims:          cred.Claims,
    	}) {
    		retSet = true
    	}
    	if byPassSet || retSet {
    		return ErrNone
    	}
    	return ErrAccessDenied
    }
    
    // isPutActionAllowed - check if PUT operation is allowed on the resource, this
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top