#!/usr/bin/env python #-*- coding: utf-8 -*- import boto3 session = boto3.session.Session() s3 = session.client( service_name='s3', ...
確定! 回上一頁