Revert "CI broken notice"
Test Workflow / Lint and test library (push) Successful in 1m43s Details

This reverts commit 53e6d30e53.
This commit is contained in:
Gleb Koval 2023-12-31 13:21:27 +06:00
parent 53e6d30e53
commit ddcbe28eca
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
This is a small backup utility for uploading/restoring a local directory to/from
an AWS S3 bucket.
Note: Some Gitea Actions (CI) are failing seemingly without reason. This is an issue with this Gitea instance, not the project, and [I am currently investigating it](https://git.koval.net/cyclane/kovalhome/issues/17).
## Usage
This tool is released as a JAR in the [releases page](https://git.koval.net/cyclane/teamcity-executors-test-task/releases).
Use `java -jar s3backup-tool-<version>.jar --help` for more detailed usage instructions.
@ -92,4 +90,4 @@ Arguments:
- 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.
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.