from boto3.session import Session from botocore.client import Config session = Session() config = Config(read_timeout=65) client ...
確定! 回上一頁