6
boto3 client NoRegionError : 가끔씩 만 지역 오류를 지정해야합니다.
boto3 클라이언트가 있습니다. boto3.client('kms') 그러나 새로운 기계에서 발생합니다. 동적으로 열리고 닫힙니다. if endpoint is None: if region_name is None: # Raise a more specific error message that will give # better guidance to the user what needs to happen. raise NoRegionError() 왜 이런 일이 발생합니까? 왜 시간의 일부인가?