修改aws配置
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-13 10:32:13 +08:00
parent 0afcaa7d70
commit 1011e704b9
2 changed files with 33 additions and 26 deletions
+2 -2
View File
@@ -112,9 +112,9 @@ namespace IRaCIS.Core.Application.Service
{
if (storageClass == StorageClass.IA || storageClass == StorageClass.Archive || storageClass == StorageClass.ColdArchive || storageClass == StorageClass.DeepColdArchive)
{
//await _IOSSService.SetImmediateArchiveRule($"Test-Archive/Archive{(int)storageClass}/");
await _IOSSService.SetImmediateArchiveRule($"Test-Archive/Archive{(int)storageClass}/");
await _IOSSService.RestoreFilesByPrefixAsync($"Test-Archive/Archive{(int)storageClass}/");
//await _IOSSService.RestoreFilesByPrefixAsync($"Test-Archive/Archive{(int)storageClass}/");
}