It prioritizes fixes for 機関ストレージ(一括マウント方式)+S3互換.
Functionality is affected if the provider directory to be checked has more than 1000 objects:
「エクスポートデータチェック」
「リストア実行時」
Changes
Update logic gets all files in a path from the provider for
「エクスポートデータチェック」,
In the logic of checking files' existence in the Export location storage:
-> [fixed] Update logic to get all objects in a path for checking.
「リストア実行時」
When restoring folders, check if the folder path is existing in the Restore destination storage
-> [fixed] In the case of 機関ストレージ(一括マウント方式), skip checking for folders' existence
When restoring files, check if the file path is existing in the Restore destination storage
-> [fixed] Update logic to get all objects in a path for checking.
(* It is effective for 機関ストレージ(アドオン方式). No errors occurred in the case of 機関ストレージ(一括マウント方式))
The following tests were performed:
「エクスポートデータチェック」, The cases of Export storage destination is s3compat, s3
「リストア実行時」, The cases of Restore storage destination is s3compat, s3
Purpose
It prioritizes fixes for 機関ストレージ(一括マウント方式)+S3互換.
Functionality is affected if the provider directory to be checked has more than 1000 objects:
Changes
Update logic gets all files in a path from the provider for
-> [fixed] In the case of 機関ストレージ(一括マウント方式), skip checking for folders' existence
The following tests were performed:
QA Notes
None
Documentation
None
Side Effects
None
Ticket
[Bug] エクスポートデータ(/export_xx_xxxxxxxxxx/files/配下)として1000件以上のオブジェクトが存在すると「エクスポートデータチェック」でNGとなる