fix location constraint ceph error (#12285)

This commit is contained in:
Abhisar Sinha 2026-01-12 13:43:12 +05:30 committed by GitHub
parent 0e6d2d986b
commit c7cfeb5caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ public class CephObjectStoreDriverImpl extends BaseObjectStoreDriverImpl {
new AWSStaticCredentialsProvider(
new BasicAWSCredentials(accessKey, secretKey)))
.withEndpointConfiguration(
new AwsClientBuilder.EndpointConfiguration(url, null))
new AwsClientBuilder.EndpointConfiguration(url, "us-east-1"))
.build();
if (client == null) {