mirror of
https://github.com/pgsty/minio.git
synced 2026-07-18 19:50:23 +03:00
Adding feature flags
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package featureflags
|
||||
|
||||
const (
|
||||
// MultipartPutObject ...
|
||||
MultipartPutObject = "minio.multipart_put_object"
|
||||
)
|
||||
Reference in New Issue
Block a user