From 53e6d30e53c7484f406ea85ee1acb3ff85d62fc6 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sat, 30 Dec 2023 23:29:41 +0600 Subject: [PATCH] CI broken notice --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 426fc7d..5cd3b67 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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-.jar --help` for more detailed usage instructions. @@ -90,4 +92,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. \ No newline at end of file +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.