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

Added UploadProgressFeature flag to enable UploadProgressMonitoring
pull/4437/head
Wenkai Yin(尹文开) 2021-12-08 09:33:36 +08:00 committed by GitHub
commit 769af3f7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
)