Skip to content

Commit 6cb123e

Browse files
committed
Merge branch 'patch-1' of github.com:seifertdan/libcloud into seifertdan-patch-1
2 parents 161e446 + ffe1e94 commit 6cb123e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

libcloud/compute/constants/ec2_region_details_partial.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,11 @@
176176
"id": "us-west-2",
177177
"signature_version": "2",
178178
},
179+
"me-central-1": {
180+
"api_name": "ec2_me_central",
181+
"country": "UAE",
182+
"endpoint": "ec2.me-central-1.amazonaws.com",
183+
"id": "me-central-1",
184+
"signature_version": "4",
185+
},
179186
}

libcloud/storage/drivers/s3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
"ca-central-1": S3_CA_CENTRAL_HOST,
110110
"me-south-1": "s3.me-south-1.amazonaws.com",
111111
"af-south-1": S3_AF_SOUTH1_HOST,
112+
"me-central-1": "s3.me-central-1.amazonaws.com",
112113
}
113114

114115
API_VERSION = "2006-03-01"

0 commit comments

Comments
 (0)