From 97f9cc4b2b660468beb80ec5f13626b059f57ec5 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sat, 30 Dec 2023 22:56:44 +0600 Subject: [PATCH] Clarify testing only BackupClient in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 809a455..426fc7d 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Arguments: - *Alternative*: use S3 object tags to store the EOCD size, fallback to 22 bytes otherwise. This could be interesting if we want the backup tool to be able to import existing ZIPs (which could potentially have a comment), but that is beyond the scope of the instructions. +- Only the `BackupClient` is tested, since by testing it, all other (internal) classes are functions are tested as well. ## Instructions Create a backup utility that copies files to AWS S3. The utility should take a local directory with files and put it into AWS S3 in the form of one blob file. The reverse behavior should also be possible. We should be able to specify what backup we want to restore and where it should put the files on the local system. The utility should be able to restore one individual file from a backup. \ No newline at end of file