Merge pull request #1004 from 33forks/main

This commit is contained in:
RHQYZ 2025-10-27 10:38:48 +08:00 committed by GitHub
commit f06d8025c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ func (d *SSLDeployerProvider) Deploy(ctx context.Context, certPEM string, privke
}
func createSDKClient(accessKeyId, accessKeySecret, region string) (*tos.ClientV2, error) {
endpoint := fmt.Sprintf("tos-%s.ivolces.com", region)
endpoint := fmt.Sprintf("tos-%s.volces.com", region)
client, err := tos.NewClientV2(
endpoint,