Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 73 of 73 for objectNames (0.08 sec)

  1. cmd/admin-handlers-users_test.go

    	}
    
    	// 3.1 check user has access to bucket
    	c.mustListObjects(ctx, client, bucket)
    
    	// 3.2 check that user cannot upload an object.
    	_, err = client.PutObject(ctx, bucket, "objectName", bytes.NewBuffer([]byte("some content")), 12, minio.PutObjectOptions{})
    	if err == nil {
    		c.Fatalf("user was able to upload unexpectedly")
    	}
    
    	// Create an madmin client with user creds
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Oct 15 17:00:45 UTC 2025
    - 50.6K bytes
    - Viewed (0)
  2. cmd/api-errors.go

    	reqInfo := logger.GetReqInfo(ctx)
    	return APIErrorResponse{
    		Code:             err.Code,
    		Message:          err.Description,
    		BucketName:       reqInfo.BucketName,
    		Key:              reqInfo.ObjectName,
    		Resource:         resource,
    		Region:           globalSite.Region(),
    		RequestID:        requestID,
    		HostID:           hostID,
    		ActualObjectSize: err.ObjectSize,
    		RangeRequested:   err.RangeRequested,
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 93K bytes
    - Viewed (3)
  3. docs/bucket/notifications/README.md

    This notification target supports two formats: _namespace_ and _access_.
    
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 84.2K bytes
    - Viewed (0)
Back to top