Merge pull request #4416 from dsu-igeek/dsu-upload-progress-feature-flag-12-01-2021

Added UploadProgressFeature flag to enable UploadProgressMonitoring
This commit is contained in:
Wenkai Yin(尹文开)
2021-12-08 09:33:36 +08:00
committed by GitHub
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 = "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"
)