Skip to content

Commit ce335f7

Browse files
abh1sarLocharla, Sandeep
authored andcommitted
fix location constraint ceph error (apache#12285)
1 parent a9a7e43 commit ce335f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage/object/ceph/src/main/java/org/apache/cloudstack/storage/datastore/driver/CephObjectStoreDriverImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ protected AmazonS3 getS3Client(String url, String accessKey, String secretKey) {
350350
new AWSStaticCredentialsProvider(
351351
new BasicAWSCredentials(accessKey, secretKey)))
352352
.withEndpointConfiguration(
353-
new AwsClientBuilder.EndpointConfiguration(url, null))
353+
new AwsClientBuilder.EndpointConfiguration(url, "us-east-1"))
354354
.build();
355355

356356
if (client == null) {

0 commit comments

Comments
 (0)