Adding feature flags
This commit is contained in:
6
pkg/featureflags/features.go
Normal file
6
pkg/featureflags/features.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package featureflags
|
||||
|
||||
const (
|
||||
// MultipartPutObject ...
|
||||
MultipartPutObject = "minio.multipart_put_object"
|
||||
)
|
||||
Reference in New Issue
Block a user