We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 161e446 + ffe1e94 commit 6cb123eCopy full SHA for 6cb123e
2 files changed
libcloud/compute/constants/ec2_region_details_partial.py
@@ -176,4 +176,11 @@
176
"id": "us-west-2",
177
"signature_version": "2",
178
},
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
+ },
186
}
libcloud/storage/drivers/s3.py
@@ -109,6 +109,7 @@
109
"ca-central-1": S3_CA_CENTRAL_HOST,
110
"me-south-1": "s3.me-south-1.amazonaws.com",
111
"af-south-1": S3_AF_SOUTH1_HOST,
112
+ "me-central-1": "s3.me-central-1.amazonaws.com",
113
114
115
API_VERSION = "2006-03-01"
0 commit comments