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.
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.