summaryrefslogtreecommitdiff
path: root/packages/backend/test/unit/DriveService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* bump aws-sdk to v3 for s3 (#10363)YS2023-03-231-29/+30
| | | | | * indent * aws-sdk v3移行
* fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3 ↵Kagami Sascha Rosylight2023-03-111-0/+55
(#10292) * fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3 * Update CHANGELOG.md * import type