seporaitis / yum-s3-iam

Yum package manager plugin for private S3 repositories. Uses Amazon IAM & EC2 Roles.
Apache License 2.0
162 stars 99 forks source link

add support for cn-northwest-1 region #71

Open kaazoo opened 6 years ago

Cinderhaze commented 5 years ago

Similar to https://github.com/seporaitis/yum-s3-iam/pull/75, I think we should probably work on making the parse_url method smart enough to pull out the base awsurl being used, and return that for use in the later part of the code, that would remove the need to add one-off case statements for new region support.