Skip to content

Commit 89a473a

Browse files
abh1sardhslove
authored andcommitted
fix location constraint ceph error (apache#12285)
1 parent a6142e3 commit 89a473a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -404,7 +404,7 @@ protected AmazonS3 getS3Client(String url, String accessKey, String secretKey) {
404404
new AWSStaticCredentialsProvider(
405405
new BasicAWSCredentials(accessKey, secretKey)))
406406
.withEndpointConfiguration(
407-
new AwsClientBuilder.EndpointConfiguration(url, null))
407+
new AwsClientBuilder.EndpointConfiguration(url, "us-east-1"))
408408
.build();
409409

410410
if (client == null) {

0 commit comments

Comments
 (0)