Fix creating SQS queue with same attributes. Closes #1663.

This commit is contained in:
Steve Pulec 2018-05-31 23:05:50 -04:00
commit 1689a2808f
4 changed files with 40 additions and 1 deletions

View file

@ -47,6 +47,7 @@ _stderr_regex = re.compile(r'START|END|REPORT RequestId: .*')
_orig_adapter_send = requests.adapters.HTTPAdapter.send
docker_3 = docker.__version__.startswith("3")
def zip2tar(zip_bytes):
with TemporaryDirectory() as td:
tarname = os.path.join(td, 'data.tar')