From 3ea7adb0a78f2c9e07d0afd3f2ec57efd5e897ea Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 28 Aug 2025 13:25:31 +0300 Subject: [PATCH] v0.0.27.5 --- pkg/S3/s3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/S3/s3.go b/pkg/S3/s3.go index b5a55f8..d80802d 100644 --- a/pkg/S3/s3.go +++ b/pkg/S3/s3.go @@ -28,7 +28,7 @@ func getS3Client() (*s3.Client, error) { // Используем virtual-hosted-style endpoint client := s3.NewFromConfig(cfg, func(o *s3.Options) { - o.BaseEndpoint = aws.String("https://tailly.website.regru.cloud") + o.BaseEndpoint = aws.String("https://website.regru.cloud") o.UsePathStyle = false // Отключаем path-style })