Skip to content

Commit 973f891

Browse files
authored
Merge pull request #2030 from seifertdan/patch-1
Add AWS region me-central-1
2 parents 1117987 + 0a5bc0d commit 973f891

File tree

6 files changed

+61895
-50687
lines changed

6 files changed

+61895
-50687
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Compute
108108
(#1983)
109109
[@cdfmlr]
110110

111+
- [Amazon S3] Add support for ``me-central-1`` region.
112+
(#2030)
113+
[@seifertdan]
114+
111115
Storage
112116
~~~~~~~
113117

contrib/scrape-ec2-prices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
# Buffer size for ijson.parse() function. Larger buffer size results in increased memory
3333
# consumption, but faster parsing.
34-
IJSON_BUF_SIZE = 10 * 65536
34+
IJSON_BUF_SIZE = 30 * 65536
3535

3636
# same URL as the one used by scrape-ec2-sizes.py, now it has official data on pricing
3737
URL = "https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonEC2/current/index.json"

0 commit comments

Comments
 (0)