mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Enable browser support for gateway (#4425)
This commit is contained in:
@@ -29,7 +29,7 @@ func TestGetObjectInfo(t *testing.T) {
|
||||
// Testing GetObjectInfo().
|
||||
func testGetObjectInfo(obj ObjectLayer, instanceType string, t TestErrHandler) {
|
||||
// This bucket is used for testing getObjectInfo operations.
|
||||
err := obj.MakeBucket("test-getobjectinfo")
|
||||
err := obj.MakeBucketWithLocation("test-getobjectinfo", "")
|
||||
if err != nil {
|
||||
t.Fatalf("%s : %s", instanceType, err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user