From 0139346f1eea9e32be48329ba3b148f4468e8cfe Mon Sep 17 00:00:00 2001 From: Sandor Szuecs Date: Tue, 11 Mar 2025 18:45:50 +0100 Subject: [PATCH] test auto label Signed-off-by: Sandor Szuecs --- provider/aws/aws.go | 1 + 1 file changed, 1 insertion(+) diff --git a/provider/aws/aws.go b/provider/aws/aws.go index cec056c38..ee5d24850 100644 --- a/provider/aws/aws.go +++ b/provider/aws/aws.go @@ -38,6 +38,7 @@ import ( ) const ( + foo = "bar" defaultAWSProfile = "default" recordTTL = 300 // From the experiments, it seems that the default MaxItems applied is 100,