mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Use GetDuration() helper for MINIO_KMS_KEY_CACHE_INTERVAL as time.Duration (#19512)
Bonus: Use default duration of 10 seconds if invalid input < time.Second is specified
This commit is contained in:
2
go.mod
2
go.mod
@@ -54,7 +54,7 @@ require (
|
||||
github.com/minio/madmin-go/v3 v3.0.50
|
||||
github.com/minio/minio-go/v7 v7.0.69
|
||||
github.com/minio/mux v1.9.0
|
||||
github.com/minio/pkg/v2 v2.0.16
|
||||
github.com/minio/pkg/v2 v2.0.17
|
||||
github.com/minio/selfupdate v0.6.0
|
||||
github.com/minio/sha256-simd v1.0.1
|
||||
github.com/minio/simdjson-go v0.4.5
|
||||
|
||||
Reference in New Issue
Block a user