1
0

fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3 (#10292)

* fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3

* Update CHANGELOG.md

* import type
This commit is contained in:
Kagami Sascha Rosylight
2023-03-11 05:35:51 +01:00
committed by GitHub
parent 0ac1fc846b
commit 4094ab58aa
3 changed files with 72 additions and 6 deletions
+1
View File
@@ -28,6 +28,7 @@ You should also include the user name that made the change.
- ロールで広告を無効にするとadmin/adsでプレビューがでてこない問題を修正
- /api-consoleページにアクセスすると404が出る問題を修正
- SMTP Login id length is too short
- AWS S3からのファイル削除でNoSuchKeyエラーが出ると進めらない状態になる問題を修正
## 13.9.2 (2023/03/06)