Keil Logo

Sdms-977 -

auditSuccess(request)

Total estimated effort: (≈ 6 full‑time developers + 2 QA + 1 Ops). 7. Testing Strategy | Test Level | Scope | Tools | |------------|-------|-------| | **Unit sdms-977

// 3. Update metadata in a DB transaction transaction // lock row for update val meta = metadataDao.findForUpdate(request.objectId) meta.tier = request.targetTier meta.lastTierChangeTs = Instant.now() metadataDao.update(meta) sdms-977

// 2. Verify checksum if (copyResult.checksum != request.expectedChecksum) auditFail(request, "checksum mismatch") throw MigrationException("Checksum verification failed") sdms-977

// 1. Stream copy (multipart, server‑side if supported) val copyResult = dst.copyObjectFrom(src, request.objectKey)

// 4. Delete source (if policy permits) if (request.deleteSource) src.deleteObject(request.objectKey)

  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.