fix: delete error

This commit is contained in:
tao.chen
2026-08-14 19:19:41 +08:00
parent 2e070fae78
commit 139f2c02c1
5 changed files with 44 additions and 24 deletions
+3 -3
View File
@@ -61,9 +61,9 @@ S3_PORT=9000
S3_ENDPOINT=http://127.0.0.1:9000
S3_ACCESS_KEY=change-me
S3_SECRET_KEY=change-me
S3_WORKSPACE_BUCKET=workspaces
S3_VERSION_BUCKET=versions
S3_RUN_LOG_BUCKET=run-logs
S3_WORKSPACE_BUCKET=workspace
S3_VERSION_BUCKET=version
S3_RUN_LOG_BUCKET=run-log
S3_TRASH_BUCKET=trash
S3_TRASH_RETENTION_DAYS=30