Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mustGetObject (0.06 sec)

  1. cmd/admin-handlers-users_test.go

    			"security": "public",
    			"virus":    "true",
    		},
    	})
    	if err != nil {
    		c.Fatalf("user was unable to upload the object: %v", err)
    	}
    }
    
    func (c *check) mustGetObject(ctx context.Context, client *minio.Client, bucket, object string) {
    	c.Helper()
    
    	r, err := client.GetObject(ctx, bucket, object, minio.GetObjectOptions{})
    	if err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 47.4K bytes
    - Viewed (0)
Back to top