fix: fix spelling error about type file
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d521034e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d521034e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d521034e Branch: refs/heads/trunk Commit: d521034edaa82328d2b0103b8fe2e82aa1576900 Parents: b855af5 Author: yangkang <[email protected]> Authored: Tue Sep 25 15:40:22 2018 +0800 Committer: yangkang <[email protected]> Committed: Tue Sep 25 15:40:22 2018 +0800 ---------------------------------------------------------------------- libcloud/storage/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/d521034e/libcloud/storage/types.py ---------------------------------------------------------------------- diff --git a/libcloud/storage/types.py b/libcloud/storage/types.py index efc1bf9..183e727 100644 --- a/libcloud/storage/types.py +++ b/libcloud/storage/types.py @@ -92,7 +92,7 @@ class Provider(object): S3_AP_SOUTHEAST2 = 's3_ap_southeast2' S3_CA_CENTRAL = 's3_ca_central' S3_CN_NORTH = 's3_cn_north' - S3_CN_NORTHQWEST = 's3_cn_northwest' + S3_CN_NORTHWEST = 's3_cn_northwest' S3_EU_WEST = 's3_eu_west' S3_EU_WEST2 = 's3_eu_west_2' S3_EU_CENTRAL = 's3_eu_central'
