travis-ci
Allow sts assume role in 'AWS GovCloud' partition Fixes#93. This fix will allow user to run sts assume role on other **aws** partitions such as _aws-us-gov_ by passing an optional parameter _arn_partition_ to `boto3_cached_conn` function or `iter_account_region` decorator calls. This also addresses `UnsupportedArgument` exception raised by `flagpole` -> `get_acceleration` function in _aws-us-gov_ partition for lack of **S3 Acceleration service**. https://github.com/Netflix-Skunkworks/cloudaux/blob/ace3daf4c/cloudaux/orchestration/aws/s3.py#L227
7 of 7 new or added lines in 2 files covered. (100.0%)
686 of 2543 relevant lines covered (26.98%)
0.54 hits per line