Refactor sqs.get_queue_attributes & add AttributeNames handling
This commit is contained in:
parent
6573f69087
commit
c3cb411c07
6 changed files with 149 additions and 16 deletions
|
|
@ -454,7 +454,7 @@ class BaseResponse(_TemplateEnvironmentMixin, ActionAuthenticatorMixin):
|
|||
index = 1
|
||||
while True:
|
||||
value_dict = self._get_multi_param_helper(prefix + str(index))
|
||||
if not value_dict:
|
||||
if not value_dict and value_dict != '':
|
||||
break
|
||||
|
||||
values.append(value_dict)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue