Added UploadProgressFeature flag to enable UploadProgressMonitoring and ItemSnapshotters

Signed-off-by: Dave Smith-Uchida <dsmithuchida@vmware.com>
pull/4416/head
Dave Smith-Uchida 2021-12-01 14:29:25 -08:00
parent 74e9c43514
commit d0e660f435
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Added UploadProgressFeature flag to enable Upload Progress Monitoring and Item
Snapshotters.

View File

@ -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"
) )