From e91b2ca90a9db948939b5c91960e115ce70c3536 Mon Sep 17 00:00:00 2001 From: Renan Rangel Date: Thu, 7 Nov 2024 08:07:45 -0800 Subject: [PATCH] update vttablet.txt Signed-off-by: Renan Rangel --- go/flags/endtoend/vttablet.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/go/flags/endtoend/vttablet.txt b/go/flags/endtoend/vttablet.txt index 35a07b265bc..d9ec6c7d6cd 100644 --- a/go/flags/endtoend/vttablet.txt +++ b/go/flags/endtoend/vttablet.txt @@ -311,6 +311,7 @@ Flags: --restore_from_backup_ts string (init restore parameter) if set, restore the latest backup taken at or before this timestamp. Example: '2021-04-29.133050' --retain_online_ddl_tables duration How long should vttablet keep an old migrated table before purging it (default 24h0m0s) --s3_backup_aws_endpoint string endpoint of the S3 backend (region must be provided). + --s3_backup_aws_minimum_partsize int Minimum part size to use (default 5242880) --s3_backup_aws_region string AWS region to use. (default "us-east-1") --s3_backup_aws_retries int AWS request retries. (default -1) --s3_backup_force_path_style force the s3 path style.