summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel G. Taylor <dan@programmer-art.org>2014-09-02 15:54:43 -0700
committerDaniel G. Taylor <dan@programmer-art.org>2014-09-02 15:54:43 -0700
commit8525616838c929fc780b9d53aa685e1da12189f5 (patch)
treec866742f98a1671a6916700ec86ff561e4e06fc6
parent02b836c44080dc163229abd543e7b3b57bdb5138 (diff)
parenta3300c7b77aa2ad7fe6d4d4889d36029df60fc45 (diff)
downloadboto-8525616838c929fc780b9d53aa685e1da12189f5.tar.gz
Merge pull request #2585 from felixonmars/auth-typo
Fix a typo in auth.py: Bejing -> Beijing. Fixes #2585.
-rw-r--r--boto/auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/boto/auth.py b/boto/auth.py
index bc8290d7..df8dcccd 100644
--- a/boto/auth.py
+++ b/boto/auth.py
@@ -583,8 +583,8 @@ class S3HmacAuthV4Handler(HmacAuthV4Handler, AuthHandler):
# - s3-us-west-2.amazonaws.com (Specific region)
# - bukkit.s3.amazonaws.com (Vhosted Classic)
# - bukkit.s3-ap-northeast-1.amazonaws.com (Vhosted specific region)
- # - s3.cn-north-1.amazonaws.com.cn - (Bejing region)
- # - bukkit.s3.cn-north-1.amazonaws.com.cn - (Vhosted Bejing region)
+ # - s3.cn-north-1.amazonaws.com.cn - (Beijing region)
+ # - bukkit.s3.cn-north-1.amazonaws.com.cn - (Vhosted Beijing region)
parts = self.split_host_parts(host)
if self.region_name is not None: