mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
Add signature v4 tests
This commit is contained in:
@@ -48,7 +48,7 @@ func (s *MyAPIDonutCacheSuite) SetUpSuite(c *C) {
|
||||
c.Assert(err, IsNil)
|
||||
s.root = root
|
||||
|
||||
conf := new(donut.Config)
|
||||
conf := &donut.Config{}
|
||||
conf.Version = "0.0.1"
|
||||
conf.MaxSize = 100000
|
||||
donut.CustomConfigPath = filepath.Join(root, "donut.json")
|
||||
|
||||
Reference in New Issue
Block a user