Page MenuHomePhabricator

[services] Backup/Blob - Split aws tools into two tool sets
ClosedPublic

Authored by karol on May 6 2022, 6:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 20, 12:59 AM
Unknown Object (File)
Fri, Dec 20, 12:18 AM
Unknown Object (File)
Fri, Dec 20, 12:18 AM
Unknown Object (File)
Fri, Dec 20, 12:18 AM
Unknown Object (File)
Fri, Dec 20, 12:18 AM
Unknown Object (File)
Fri, Dec 20, 12:18 AM
Unknown Object (File)
Fri, Dec 20, 12:17 AM
Unknown Object (File)
Fri, Dec 20, 12:11 AM

Details

Summary

Depends on D3913

We can split AwsTools into DynamoDBTools and S3Tools. I did it because the tools for the S3 are only used in the blob service and the tools for dynamo DB are used in both services. Therefore we could move dynamo DB tools to the mutual space.

Test Plan
cd services
yarn run-local-cloud
yarn test-backup-service-dev-mode
yarn test-blob-service-dev-mode

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added a reviewer: tomek.
This revision is now accepted and ready to land.May 9 2022, 9:10 AM