v0.0.27.5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
admin 2025-08-28 13:31:48 +03:00
parent 3ea7adb0a7
commit 61e4d6fad3

View File

@ -28,7 +28,7 @@ func getS3Client() (*s3.Client, error) {
// Используем virtual-hosted-style endpoint // Используем virtual-hosted-style endpoint
client := s3.NewFromConfig(cfg, func(o *s3.Options) { client := s3.NewFromConfig(cfg, func(o *s3.Options) {
o.BaseEndpoint = aws.String("https://website.regru.cloud") o.BaseEndpoint = aws.String("https://s3.regru.cloud")
o.UsePathStyle = false // Отключаем path-style o.UsePathStyle = false // Отключаем path-style
}) })