diff options
Diffstat (limited to 'testrig/storage.go')
-rw-r--r-- | testrig/storage.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testrig/storage.go b/testrig/storage.go index a5f2ccfd0..657c81161 100644 --- a/testrig/storage.go +++ b/testrig/storage.go @@ -48,7 +48,7 @@ func NewS3Storage() gtsstorage.Driver { if err != nil { panic(err) } - return gtsstorage.NewS3(mc, os.Getenv("GTS_STORAGE_S3_BUCKET")) + return gtsstorage.NewS3(mc, os.Getenv("GTS_STORAGE_S3_BUCKET"), false) } // StandardStorageSetup populates the storage with standard test entries from the given directory. |