mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Enable browser support for gateway (#4425)
This commit is contained in:
@@ -38,7 +38,7 @@ func TestUpdateUploadJSON(t *testing.T) {
|
||||
defer removeRoots(fsDirs)
|
||||
|
||||
bucket, object := "bucket", "object"
|
||||
err = obj.MakeBucket(bucket)
|
||||
err = obj.MakeBucketWithLocation(bucket, "")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user