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 })