+ {{ t('admin.settings.soraS3.description') }} +
+| {{ t('admin.settings.soraS3.columns.profile') }} | +{{ t('admin.settings.soraS3.columns.active') }} | +{{ t('admin.settings.soraS3.columns.endpoint') }} | +{{ t('admin.settings.soraS3.columns.bucket') }} | +{{ t('admin.settings.soraS3.columns.quota') }} | +{{ t('admin.settings.soraS3.columns.updatedAt') }} | +{{ t('admin.settings.soraS3.columns.actions') }} | +
|---|---|---|---|---|---|---|
|
+ {{ profile.profile_id }}
+ {{ profile.name }}
+ |
+ + + {{ profile.is_active ? t('common.enabled') : t('common.disabled') }} + + | +
+ {{ profile.endpoint || '-' }}
+ {{ profile.region || '-' }}
+ |
+ {{ profile.bucket || '-' }} | +{{ formatStorageQuotaGB(profile.default_storage_quota_bytes) }} | +{{ formatDate(profile.updated_at) }} | +
+
+
+
+
+
+ |
+
| + {{ t('admin.settings.soraS3.empty') }} + | +||||||
{{ t('admin.settings.soraS3.defaultQuotaHint') }}
+