fix: 隐藏auzre经典类型存储

This commit is contained in:
Qu Xuan
2020-08-06 18:01:37 +08:00
parent ed7576f2ac
commit 19fc35afa5
+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 {