Skip to content

Commit

Permalink
OS-7896. Fixed too long request headers error for alibaba
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-hystax authored Oct 10, 2024
1 parent 3f06b73 commit 1d92a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cloud_adapter/clouds/alibaba.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def _send_request(self, request, region_id=None):
timeout=DEFAULT_READ_TIMEOUT,
)
self._regional_clients[region] = client
request.set_user_agent({})
response = client.do_action_with_exception(request)
return json.loads(response.decode('utf-8'))

Expand Down

0 comments on commit 1d92a99

Please sign in to comment.