Merge pull request #7500 from ioito/automated-cherry-pick-of-#7498-upstream-release-3.2

Automated cherry pick of #7498: fix: 隐藏auzre经典类型存储
This commit is contained in:
Zexi Li
2020-08-07 11:06:14 +08:00
committed by GitHub
+1 -1
View File
@@ -62,7 +62,7 @@ func (self *SClassicStorage) GetGlobalId() string {
}
func (self *SClassicStorage) IsEmulated() bool {
return false
return true
}
func (self *SClassicStorage) GetIZone() cloudprovider.ICloudZone {