mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
minio obj locking
This commit is contained in:
parent
0a8a248349
commit
c39df537b4
@ -47,7 +47,7 @@ func MinioInit() {
|
||||
}
|
||||
opt := minio.MakeBucketOptions{
|
||||
Region: config.Config.Credential.Minio.Location,
|
||||
ObjectLocking: false,
|
||||
ObjectLocking: true,
|
||||
}
|
||||
err = MinioClient.MakeBucket(context.Background(), config.Config.Credential.Minio.Bucket, opt)
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user