Get storage diff between S3 and database.
GET/storage-diff
Returns a paginated list of discrepancies between S3 storage and the database.
Modes:
OrphansInS3: Files that exist in S3 but have no matching database record.MissingFromS3: Database records whose files are missing from S3.
Request
Responses
- 200
- 401
- 403
Returns the diff results.
Authentication required.
Admin role required.