fix: Add lightweight object storage compatibility for COS backup acco… (#9673)

Refs #9494
This commit is contained in:
ssongliu 2025-07-25 19:07:36 +08:00 committed by GitHub
parent f3d3d54722
commit 3af254cdda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 12 additions and 2 deletions

View file

@ -1721,10 +1721,11 @@ const message = {
typeStandard_IA: 'Standard_IA',
typeArchive: 'Archive',
typeDeep_Archive: 'Deep_Archive',
scLighthouse: 'Default, Lightweight object storage only supports this storage type',
scStandard:
'Standard Storage is suitable for business scenarios with a large number of hot files that require real-time access, frequent data interaction, and so on.',
'Standard storage, suitable for business scenarios with large amounts of frequently accessed hot files and frequent data interactions.',
scStandard_IA:
'Low-frequency storage is suitable for business scenarios with relatively low access frequency, and stores data for at least 30 days.',
'Infrequent access storage, suitable for business scenarios with lower access frequency (e.g., average monthly access frequency of 1-2 times), minimum storage duration of 30 days.',
scArchive: 'Archival storage is suitable for business scenarios with extremely low access frequency.',
scDeep_Archive: 'Durable cold storage is suitable for business scenarios with extremely low access frequency.',
archiveHelper:

View file

@ -1642,6 +1642,7 @@ const message = {
typeStandard_IA: '低頻度ストレージ',
typeArchive: 'アーカイブストレージ',
typeDeep_Archive: '深層アーカイブストレージ',
scLighthouse: 'デフォルト軽量オブジェクトストレージはこのストレージタイプのみサポートしています',
scStandard:
'標準ストレージはリアルタイムアクセスが多いホットファイルや頻繁なデータ交換などの業務シナリオに適しています',
scStandard_IA:

View file

@ -1625,6 +1625,7 @@ const message = {
typeStandard_IA: '저빈도 표준',
typeArchive: '아카이브',
typeDeep_Archive: '심층 아카이브',
scLighthouse: '기본값: 경량 오브젝트 스토리지는 스토리지 유형만 지원합니다',
scStandard:
'표준 스토리지는 실시간 접근, 빈번한 데이터 상호작용이 필요한 파일이 많은 비즈니스 시나리오에 적합합니다.',
scStandard_IA:

View file

@ -1694,6 +1694,7 @@ const message = {
typeStandard_IA: 'Standard_IA',
typeArchive: 'Archive',
typeDeep_Archive: 'Deep_Archive',
scLighthouse: 'Lalai, Penyimpanan objek ringan hanya menyokong jenis penyimpanan ini',
scStandard:
'Storan Standard sesuai untuk senario perniagaan dengan sejumlah besar fail panas yang memerlukan akses masa nyata, interaksi data yang kerap, dan sebagainya.',
scStandard_IA:

View file

@ -1679,6 +1679,7 @@ const message = {
typeStandard_IA: 'Padrão_IA',
typeArchive: 'Arquivo',
typeDeep_Archive: 'Arquivo Profundo',
scLighthouse: 'Padrão, O armazenamento de objetos leve suporta este tipo de armazenamento',
scStandard:
'O armazenamento padrão é adequado para cenários de negócios com grande volume de arquivos quentes que exigem acesso em tempo real, interação frequente de dados, etc.',
scStandard_IA:

View file

@ -1681,6 +1681,7 @@ const message = {
typeStandard_IA: 'Стандартный_IA',
typeArchive: 'Архивный',
typeDeep_Archive: 'Глубокий_Архив',
scLighthouse: 'По умолчанию, Легковесное объектное хранилище поддерживает только этот тип хранилища',
scStandard:
'Стандартное хранилище подходит для бизнес-сценариев с большим количеством горячих файлов, требующих мгновенного доступа, частого обмена данными и т.д.',
scStandard_IA:

View file

@ -1740,6 +1740,7 @@ const message = {
typeStandard_IA: 'Standart_IA',
typeArchive: 'Arşiv',
typeDeep_Archive: 'Derin_Arşiv',
scLighthouse: 'Varsayılan, Hafif nesne depolama yalnızca bu depolama türünü destekler',
scStandard:
'Standart Depolama, gerçek zamanlı erişim gerektiren çok sayıda sıcak dosya içeren senaryoları için uygundur, sık veri etkileşimi vb.',
scStandard_IA:

View file

@ -1626,6 +1626,7 @@ const message = {
typeStandard_IA: '低頻存儲',
typeArchive: '歸檔存儲',
typeDeep_Archive: '深度歸檔存儲',
scLighthouse: '預設輕量物件儲存僅支援該儲存類型',
scStandard: '標準存儲適用於實時訪問的大量熱點文件頻繁的數據交互等業務場景',
scStandard_IA: '低頻存儲適用於較低訪問頻率例如平均每月訪問頻率1到2次的業務場景最少存儲30天',
scArchive: '歸檔存儲適用於極低訪問頻率例如半年訪問1次的業務場景',

View file

@ -1621,6 +1621,7 @@ const message = {
typeStandard_IA: '低频存储',
typeArchive: '归档存储',
typeDeep_Archive: '深度归档存储',
scLighthouse: '默认轻量对象存储仅支持该存储类型',
scStandard: '标准存储适用于实时访问的大量热点文件频繁的数据交互等业务场景',
scStandard_IA: '低频存储适用于较低访问频率例如平均每月访问频率1到2次的业务场景最少存储30天',
scArchive: '归档存储适用于极低访问频率例如半年访问1次的业务场景',

View file

@ -200,6 +200,7 @@
:rules="[Rules.requiredSelect]"
>
<el-select v-model="dialogData.rowData!.varsJson['scType']">
<el-option value="DEFAULT" :label="$t('setting.scLighthouse')" />
<el-option value="Standard" :label="$t('setting.scStandard')" />
<el-option value="Standard_IA" :label="$t('setting.scStandard_IA')" />
<el-option value="Archive" :label="$t('setting.scArchive')" />