summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@gmail.com>2014-09-02 11:30:49 +0800
committerFelix Yan <felixonmars@gmail.com>2014-09-02 11:30:49 +0800
commita3300c7b77aa2ad7fe6d4d4889d36029df60fc45 (patch)
tree21a729b8d1b9391897fec7133f0893ff29dca2d5
parentac2b311c04cb49b337ba033b1a550039c12c929d (diff)
downloadboto-a3300c7b77aa2ad7fe6d4d4889d36029df60fc45.tar.gz
fix a typo in auth.py: Bejing -> Beijing
-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: