我正在尝试使用boto2模拟AWS s3 api调用。 我使用localstack创建本地s3终结点,并可以通过boto3轻松使用它,如下所示, import boto3 s3_client = boto3.client('s3', ...
確定! 回上一頁