diff --git a/backend/infra/storage/impl/s3/s3.go b/backend/infra/storage/impl/s3/s3.go index d4109d887..9b4611391 100644 --- a/backend/infra/storage/impl/s3/s3.go +++ b/backend/infra/storage/impl/s3/s3.go @@ -57,7 +57,7 @@ func getS3Client(ctx context.Context, ak, sk, bucketName, endpoint, region strin PartitionID: "aws", URL: endpoint, SigningRegion: region, - HostnameImmutable: true, + HostnameImmutable: false, Source: aws.EndpointSourceCustom, }, nil })