Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for AccessDenied (0.24 sec)

  1. cmd/object-handlers.go

    		return
    	}
    
    	getObjectInfo := objectAPI.GetObjectInfo
    
    	// Check for auth type to return S3 compatible error.
    	// type to return the correct error (NoSuchKey vs AccessDenied)
    	if s3Error := checkRequestAuthType(ctx, r, policy.GetObjectAction, bucket, object); s3Error != ErrNone {
    		if getRequestAuthType(r) == authTypeAnonymous {
    			// As per "Permission" section in
    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)
  2. cmd/metrics-v2.go

    					Value:          float64(stat.ReplicatedCount),
    					VariableLabels: map[string]string{"endpoint": stat.Endpoint},
    				})
    
    				if c, ok := stat.Failed.ErrCounts["AccessDenied"]; ok {
    					ml = append(ml, MetricV2{
    						Description:    getClusterRepCredentialErrorsMD(clusterMetricNamespace),
    						Value:          float64(c),
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
Back to top