Added UploadProgressFeature flag to enable UploadProgressMonitoring and ItemSnapshotters
Signed-off-by: Dave Smith-Uchida <dsmithuchida@vmware.com>pull/4416/head
parent
74e9c43514
commit
d0e660f435
|
@ -0,0 +1,2 @@
|
||||||
|
Added UploadProgressFeature flag to enable Upload Progress Monitoring and Item
|
||||||
|
Snapshotters.
|
|
@ -46,4 +46,8 @@ const (
|
||||||
|
|
||||||
// APIGroupVersionsFeatureFlag is the feature flag string that defines whether or not to handle multiple API Group Versions
|
// APIGroupVersionsFeatureFlag is the feature flag string that defines whether or not to handle multiple API Group Versions
|
||||||
APIGroupVersionsFeatureFlag = "EnableAPIGroupVersions"
|
APIGroupVersionsFeatureFlag = "EnableAPIGroupVersions"
|
||||||
|
|
||||||
|
// UploadProgressFeatureFlag is the feature flag string that defines whether or not upload progress monitoring is enabled
|
||||||
|
// and whether or not ItemSnapshotters should be invoked
|
||||||
|
UploadProgressFeatureFlag = "EnableUploadProgress"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue