From e0663f39a83f242c44ae0a208bc1773dc2c19b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= <2000michal@wp.pl> Date: Wed, 4 Dec 2024 10:53:40 +0100 Subject: [PATCH] feat(scyllaclient_test): benchmark RcloneListDirIter The main focus of this benchmark is to test the impact of the issues: - #4134 - #4133 - #4132 --- pkg/testutils/s3.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/testutils/s3.go b/pkg/testutils/s3.go index 5ab269b24..3bb7ab332 100644 --- a/pkg/testutils/s3.go +++ b/pkg/testutils/s3.go @@ -46,6 +46,7 @@ func S3Credentials() (provider, endpoint, accessKeyID, secretAccessKey string) { return *flagS3Provider, *flagS3Endpoint, *flagS3AccessKeyID, *flagS3SecretAccessKey } +// S3BucketPath returns the os path to the bucket. func S3BucketPath(bucket string) string { if !flag.Parsed() { flag.Parse()