タグ付けされた質問 「aws-kms」

6
boto3クライアント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() なぜこうなった?そして、なぜ時間の一部だけですか?
147 python  linux  boto3  aws-kms 
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.