Remove uneeded meta-data when storing object to minio service

This commit is contained in:
Denis Arh
2019-10-15 15:03:56 +02:00
parent a309be7281
commit baeacfeafd
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func Storage(pfix string) (o *StorageOpt) {
MinioSecure: true,
// Run in struct mode:
// - do not create unexisting buckets
// - do not create un-existing buckets
MinioStrict: false,
}