Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ Compute
(#1983)
[@cdfmlr]

- [Amazon S3] Add support for ``me-central-1`` region.
(#2030)
[@seifertdan]

Storage
~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion contrib/scrape-ec2-prices.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

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